| add rubyPredefinedVariable to short-form rubyInterpolation's contains list |
|
More...
|
about 19 years ago
|
| :retab! syntax/ruby.vim to save a few bytes |
|
More...
|
about 19 years ago
|
| Nest then, else, elsif, when in appropriate constructs |
|
More...
|
about 19 years ago
|
| make sure 'class << self' is always highlighted |
|
More...
|
about 19 years ago
|
| reorganise string interpolation syntax groups |
|
More...
|
about 19 years ago
|
| highlight interpolation regions preceded by multiple backslashes properly |
|
More...
|
about 19 years ago
|
| highlight methods named "end" when the definition is distributed over multiple lines |
|
More...
|
about 19 years ago
|
| syntax/ruby.vim |
|
More...
|
about 19 years ago
|
| Method highlighting |
|
More...
|
about 19 years ago
|
| "def end", "set keywordprg=ri" |
|
More...
|
about 19 years ago
|
| allow escape sequences and interpolation inside symbol 'names' specified with a string |
|
More...
|
about 19 years ago
|
| highlight == and & 'operator' redefinitions properly |
|
More...
|
about 19 years ago
|
| Document alternative to ruby_no_identifiers |
|
More...
|
about 19 years ago
|
| syntax/ruby.vim changes |
|
More...
|
about 19 years ago
|
| make sure multi-line backslash escaped interpolation regions are highlighted as rubyString |
|
More...
|
about 19 years ago
|
| link the rubyLoop syntax group to the Repeat highlight group |
|
More...
|
about 19 years ago
|
| indent/eruby.vim and syntax/ruby.vim |
|
More...
|
about 19 years ago
|
| highlight short format interpolated variables |
|
More...
|
about 19 years ago
|
| Separate rubyType group |
|
More...
|
about 19 years ago
|
| syntax/ruby.vim: Separate Regexp group. Nest Ruby code inside string interpolation. Restored highlighting of method, class, and module declarations. |
|
More...
|
about 19 years ago
|
| only reset 'ofu' if it exists and was set by the ftplugin (for Vim 6 compatibility) |
|
More...
|
about 19 years ago
|
| Only use Ruby interface to determine path on Windows |
|
More...
|
about 19 years ago
|
| added support for lambda and '&' defined procs |
|
More...
|
over 19 years ago
|
| modified the path detection code use the built-in interpreter if it's available in all cases. |
|
More...
|
over 19 years ago
|
| Special case for "end" on first line of multi-line eRuby block. |
|
More...
|
over 19 years ago
|
| add tpope to list of contributors |
|
More...
|
over 19 years ago
|
| changed the path detection code to use the built-in interpreter if it's available under windows |
|
More...
|
over 19 years ago
|
| updated for rubycomplete changes |
|
More...
|
over 19 years ago
|
| Display constants as defines. Added a rails preloading option. Fixed a bug detecting ranges defined with %r{. Added support for completion in rails migrations. Will now fail-over to syntax completion automatically, if the vim isn't built with ruby support. Added support for class detection using ObjectSpace. Tweeked buffer searching code to find modules/classes reliably in more cases. |
|
More...
|
over 19 years ago
|
| Different indent behavior for a line ending in an open parenthesis. |
|
More...
|
over 19 years ago
|