| Rearranged keywords; new 'indentkeys' |
|
More...
|
over 19 years ago
|
| add missing ChangeLog entry for indent/eruby.vim |
|
More...
|
over 19 years ago
|
| New eRuby indenting algorithm |
|
More...
|
over 19 years ago
|
| don't include trailing whitespace in matches for 'def', 'class', and 'module' keywords |
|
More...
|
over 19 years ago
|
| remove accidently included nextgroup arg in 'heredoc' syntax group definitions |
|
More...
|
over 19 years ago
|
| recognise '-' trim mode eRuby block delimiters |
|
More...
|
over 19 years ago
|
| improved rails view support. included rails helpers in rails completions. kernel elements are also included in default completions. improved the handling of "broken" code. |
|
More...
|
over 19 years ago
|
| autoload rubygems if possible. added debugging print. clean up the buffer loading code a bit |
|
More...
|
over 19 years ago
|
| modified the buffer loading code to prevent syntax errors from stopping completion |
|
More...
|
over 19 years ago
|
| added in-buffer method def handling. also added an inital attempt at handling completion in a rails view |
|
More...
|
over 19 years ago
|
| update documentation for next release |
|
More...
|
over 19 years ago
|
| only set 'omnifunc' if Vim has been compiled with the Ruby interface |
|
More...
|
over 19 years ago
|
| fold all multiline strings |
|
More...
|
over 19 years ago
|
| modified to change the default buffer loading behavior. buffers are no longer loaded/parsed automatically. enabling this feature requires setting the variable g:rubycomplete_buffer_loading. this was done as a security measure, the default vim7 install should not execute any code. |
|
More...
|
almost 20 years ago
|
| fix typo |
|
More...
|
almost 20 years ago
|
| added rails column support switched to dictionary with type specifiers for methods,classes,variables started/added rails 1.0 support added rails database connection support |
|
More...
|
almost 20 years ago
|
| use a region for the rubyMultiLineComment syntax group instead of a multiline match pattern as it is faster |
|
More...
|
almost 20 years ago
|
| test for '&omnifunc', rather than the Vim version, before setting it |
|
More...
|
almost 20 years ago
|
| match the pseudo operators such as '+=' when ruby_operators is defined |
|
More...
|
almost 20 years ago
|
| retab |
|
More...
|
almost 20 years ago
|
| added checks for the existance of global config variables per dkearns' patch refined error messages to use vim error style |
|
More...
|
almost 20 years ago
|
| added checks for the existance of global config variables per dkearns' patch refined error messages to use vim error style |
|
More...
|
almost 20 years ago
|
| make sure rubyDocumentation is highlighted even if ruby_no_comment_fold is defined; improve rubyDocumentation match |
|
More...
|
almost 20 years ago
|
| make folding of comments configurable via the ruby_no_comment_fold variable |
|
More...
|
almost 20 years ago
|
| add rubyMultiLineComment syntax group to allow folding of comment blocks |
|
More...
|
almost 20 years ago
|
| simplify rubyNoDoBlock, rubyOptDoLine match patterns |
|
More...
|
almost 20 years ago
|
| add initial support for highlighting 'operators' |
|
More...
|
almost 20 years ago
|
| if/unless immediately following a method name should always be highlighted as modifiers and not the beginning of an expression |
|
More...
|
almost 20 years ago
|
| Switched to script local vars, per patch from dkearns removed secondary array clause applied patch provided by dkearns, fixes input handling |
|
More...
|
almost 20 years ago
|
| applied patch provided by dkearns, fixes input handling |
|
More...
|
almost 20 years ago
|