13
I Use This!
Very Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 7 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add rubyPredefinedVariable to short-form rubyInterpolation's contains list
dkearns
as Doug Kearns
More... about 19 years ago
:retab! syntax/ruby.vim to save a few bytes
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... about 19 years ago
reorganise string interpolation syntax groups
dkearns
as Doug Kearns
More... about 19 years ago
highlight interpolation regions preceded by multiple backslashes properly
dkearns
as Doug Kearns
More... about 19 years ago
highlight methods named "end" when the definition is distributed over multiple lines
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... about 19 years ago
highlight == and & 'operator' redefinitions properly
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... about 19 years ago
link the rubyLoop syntax group to the Repeat highlight group
dkearns
as Doug Kearns
More... about 19 years ago
indent/eruby.vim and syntax/ruby.vim More... about 19 years ago
highlight short format interpolated variables
dkearns
as Doug Kearns
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)
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
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