| Support for a subtype in ftplugin/eruby.vim |
|
More...
|
almost 19 years ago
|
| Add subtype support to indent/eruby.vim |
|
More...
|
almost 19 years ago
|
| Early support for eruby subtypes |
|
More...
|
almost 19 years ago
|
| allow text to appear after, and on the same line, as '=begin' in rubyDocumentation regions |
|
More...
|
almost 19 years ago
|
| add break, redo, next, and retry to b:match_words |
|
More...
|
almost 19 years ago
|
| add matchgroup to rubyArrayLiteral so that contained square brackets do not match in the start/end patterns |
|
More...
|
almost 19 years ago
|
| don't match [!=?] as part of a sigil prefixed symbol name |
|
More...
|
almost 19 years ago
|
| rename the rubyNoDoBlock, rubyCaseBlock, rubyConditionalBlock, and rubyOptionalDoBlock syntax groups to rubyBlockExpression, rubyCaseExpression, rubyConditionalExpression, and rubyRepeatExpression respectively |
|
More...
|
almost 19 years ago
|
| remove accidentally included matchgroup from rubyArrayLiteral |
|
More...
|
almost 19 years ago
|
| ignore instance, class, and global variables named "end" when looking to deindent the closing end token |
|
More...
|
almost 19 years ago
|
| remove the Vim version 5 compatibility code |
|
More...
|
almost 19 years ago
|
| add rubyArrayLiteral syntax group for folding multiline array literals |
|
More...
|
almost 19 years ago
|
| highlight the scope and range operators when ruby_operators is set; simplify block parameter highlighting by adding the rubyBlockParameterList syntax group |
|
More...
|
almost 19 years ago
|
| when ruby_operators is set don't match '>' in '=>'; fix some minor bugs in the highlighting of pseudo operators and contain TOP in rubyBracketOperator |
|
More...
|
almost 19 years ago
|
| allow regexp literals to be highlighted after the 'else' keyword |
|
More...
|
almost 19 years ago
|
| OPTIMIZE in rubyTodo |
|
More...
|
almost 19 years ago
|
| matchit |
|
More...
|
almost 19 years ago
|
| add sigil prefixed identifiers to b:match_skip |
|
More...
|
almost 19 years ago
|
| simplify the b:match_words pattern by making better use of b:match_skip in concert with the previous syntax group additions |
|
More...
|
almost 19 years ago
|
| 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 |
|
More...
|
almost 19 years ago
|
| fix typo |
|
More...
|
almost 19 years ago
|
| update documentation for next release |
|
More...
|
almost 19 years ago
|
| syntax/ruby.vim: highlight correctly if iskeyword includes a colon |
|
More...
|
almost 19 years ago
|
| NEWS about omnicompletion |
|
More...
|
almost 19 years ago
|
| refine the conditional/loop expression vs modifier matchit heuristic |
|
More...
|
almost 19 years ago
|
| refine the conditional/loop expression vs modifier highlighting heuristic |
|
More...
|
almost 19 years ago
|
| highlight conditional and loop expressions properly when used with the ternary operator and in blocks |
|
More...
|
almost 19 years ago
|
| update documentation for next release |
|
More...
|
almost 19 years ago
|
| ballooneval comment |
|
More...
|
almost 19 years ago
|
| balloonexpr |
|
More...
|
almost 19 years ago
|