This file is no longer maintained. Consult the Git log for newer changes.
2009-09-27 Mark Guzman
* autoload/rubycomplete.vim: pplying a patch from Yoshimasa Niwa resolving
a possible runaway CPU issue when matching context regexes
2008-08-11 Doug Kearns
* ftdetect/ruby.vim: match irbrc as a Ruby filetype
2008-07-15 Doug Kearns
* FAQ, README, etc/website/index.html: update the references to
RubyGarden's VimRubySupport page
2008-07-08 Doug Kearns
* NEWS: begin updating for the pending release
2008-06-29 Mark Guzman
* autoload/rubycomplete.vim: resolve a typo in the configuration initialization
section
2008-06-29 Tim Pope
* syntax/ruby.vim: revert highlighting of - as number
2008-06-29 Tim Pope
* indent/eruby.vim: fix quirk in optional argument handling
2008-06-29 Tim Pope
* syntax/ruby.vim: don't match $_foo as an invalid variable
2008-04-25 Tim Pope
* ftplugin/eruby.vim, syntax/eruby.vim: guard against recursion
2008-04-21 Tim Pope
* indent/eruby.vim: don't let ruby indent %> lines
* indent/ruby.vim: hack around ' in '=>';
fix some minor bugs in the highlighting of pseudo operators and
contain TOP in rubyBracketOperator
2007-03-17 Doug Kearns
* syntax/ruby.vim: allow regexp literals to be highlighted after the
'else' keyword
2007-03-09 Tim Pope
* syntax/ruby.vim: Added OPTIMIZE alongside FIXME and TODO. Mirrors
Edge Rails' new annotations extractor tasks.
2007-03-09 Tim Pope
* ftplugin/ruby.vim: Skip class= and for= with matchit (really belongs
in ftplugin/eruby.vim).
2007-03-05 Doug Kearns
* ftplugin/ruby.vim: add sigil prefixed identifiers to b:match_skip
2007-03-03 Doug Kearns
* ftplugin/ruby.vim: simplify the b:match_words pattern by making
better use of b:match_skip in concert with the previous syntax group
additions
2007-03-03 Doug Kearns
* syntax/ruby.vim: add rubyConditionalModifier and rubyRepeatModifier
syntax groups for conditional and loop modifiers and match the
optional 'do' or ':' in looping statements with a new rubyOptionalDo
syntax group
2007-03-02 Doug Kearns
* NEWS: fix typo
2007-03-02 Doug Kearns
* NEWS: update documentation for next release
2007-03-02 Tim Pope
* syntax/ruby.vim: Cope with (nonsensical) inclusion of : in
iskeyword.
2007-03-02 Tim Pope
* NEWS: Documented changes to omnicompletion.
2007-03-02 Doug Kearns
* ftplugin/ruby.vim: refine the conditional/loop expression vs
modifier matchit heuristic
2007-03-01 Doug Kearns
* syntax/ruby.vim: refine the conditional/loop expression vs modifier
highlighting heuristic
2007-02-28 Doug Kearns
* syntax/ruby.vim: highlight conditional and loop expressions properly
when used with the ternary operator and in blocks
2007-02-28 Doug Kearns
* NEWS, CONTRIBUTORS: update documentation for next release
2007-02-27 Tim Pope
* ftplugin/ruby.vim: Provide 'balloonexpr'.
2007-02-27 Doug Kearns
* syntax/ruby.vim: add rubyPredefinedVariable to short-form
rubyInterpolation's contains list
2007-02-27 Doug Kearns
* syntax/ruby.vim: :retab! the file to save a few bytes
2007-02-26 Tim Pope
* syntax/ruby.vim: Limit then, else, elsif, and when to inside
conditional statements.
2007-02-26 Doug Kearns
* syntax/ruby.vim: make sure 'class