File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2007-02-23 Doug Kearns <dougkearns@gmail.com>
2+
3+ * syntax/ruby.vim: link the rubyLoop syntax group to the Repeat
4+ highlight group
5+
162007-02-22 Tim Pope <vim@tpope.info>
27
38 * indent/eruby.vim: Fixed an edge case.
9+
410 * syntax/ruby.vim: Simpler method and class declaration highlighting.
511 Changed some contains=ALLBUT,... to contains=TOP. Altered some
612 highlight links: rubyConstant is now Type; rubySymbol is now Constant.
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ if version >= 508 || !exists("did_ruby_syntax_inits")
257257 HiLink rubyDefine Define
258258 HiLink rubyFunction Function
259259 HiLink rubyConditional Conditional
260- HiLink rubyLoop Loop
260+ HiLink rubyLoop Repeat
261261 HiLink rubyControl Statement
262262 HiLink rubyInclude Include
263263 HiLink rubyInteger Number
You can’t perform that action at this time.
0 commit comments