13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
dkearns
as Doug Kearns
More... almost 19 years ago
add break, redo, next, and retry to b:match_words
dkearns
as Doug Kearns
More... almost 19 years ago
add matchgroup to rubyArrayLiteral so that contained square brackets do not match in the start/end patterns
dkearns
as Doug Kearns
More... almost 19 years ago
don't match [!=?] as part of a sigil prefixed symbol name
dkearns
as Doug Kearns
More... almost 19 years ago
rename the rubyNoDoBlock, rubyCaseBlock, rubyConditionalBlock, and rubyOptionalDoBlock syntax groups to rubyBlockExpression, rubyCaseExpression, rubyConditionalExpression, and rubyRepeatExpression respectively
dkearns
as Doug Kearns
More... almost 19 years ago
remove accidentally included matchgroup from rubyArrayLiteral
dkearns
as Doug Kearns
More... almost 19 years ago
ignore instance, class, and global variables named "end" when looking to deindent the closing end token
dkearns
as Doug Kearns
More... almost 19 years ago
remove the Vim version 5 compatibility code
dkearns
as Doug Kearns
More... almost 19 years ago
add rubyArrayLiteral syntax group for folding multiline array literals
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... almost 19 years ago
allow regexp literals to be highlighted after the 'else' keyword
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... almost 19 years ago
fix typo
dkearns
as Doug Kearns
More... almost 19 years ago
update documentation for next release
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... almost 19 years ago
refine the conditional/loop expression vs modifier highlighting heuristic
dkearns
as Doug Kearns
More... almost 19 years ago
highlight conditional and loop expressions properly when used with the ternary operator and in blocks
dkearns
as Doug Kearns
More... almost 19 years ago
update documentation for next release
dkearns
as Doug Kearns
More... almost 19 years ago
ballooneval comment More... almost 19 years ago
balloonexpr More... almost 19 years ago