13
I Use This!
Very Low Activity

Commits : Listings

Analyzed 8 days ago. based on code collected 9 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rearranged keywords; new 'indentkeys' More... over 19 years ago
add missing ChangeLog entry for indent/eruby.vim More... over 19 years ago
New eRuby indenting algorithm More... over 19 years ago
don't include trailing whitespace in matches for 'def', 'class', and 'module' keywords
dkearns
as Doug Kearns
More... over 19 years ago
remove accidently included nextgroup arg in 'heredoc' syntax group definitions
dkearns
as Doug Kearns
More... over 19 years ago
recognise '-' trim mode eRuby block delimiters
dkearns
as Doug Kearns
More... over 19 years ago
improved rails view support. included rails helpers in rails completions. kernel elements are also included in default completions. improved the handling of "broken" code. More... over 19 years ago
autoload rubygems if possible. added debugging print. clean up the buffer loading code a bit More... over 19 years ago
modified the buffer loading code to prevent syntax errors from stopping completion More... over 19 years ago
added in-buffer method def handling. also added an inital attempt at handling completion in a rails view More... over 19 years ago
update documentation for next release
dkearns
as Doug Kearns
More... over 19 years ago
only set 'omnifunc' if Vim has been compiled with the Ruby interface
dkearns
as Doug Kearns
More... over 19 years ago
fold all multiline strings
dkearns
as Doug Kearns
More... over 19 years ago
modified to change the default buffer loading behavior. buffers are no longer loaded/parsed automatically. enabling this feature requires setting the variable g:rubycomplete_buffer_loading. this was done as a security measure, the default vim7 install should not execute any code. More... almost 20 years ago
fix typo
dkearns
as Doug Kearns
More... almost 20 years ago
added rails column support switched to dictionary with type specifiers for methods,classes,variables started/added rails 1.0 support added rails database connection support More... almost 20 years ago
use a region for the rubyMultiLineComment syntax group instead of a multiline match pattern as it is faster
dkearns
as Doug Kearns
More... almost 20 years ago
test for '&omnifunc', rather than the Vim version, before setting it
dkearns
as Doug Kearns
More... almost 20 years ago
match the pseudo operators such as '+=' when ruby_operators is defined
dkearns
as Doug Kearns
More... almost 20 years ago
retab More... almost 20 years ago
added checks for the existance of global config variables per dkearns' patch refined error messages to use vim error style More... almost 20 years ago
added checks for the existance of global config variables per dkearns' patch refined error messages to use vim error style More... almost 20 years ago
make sure rubyDocumentation is highlighted even if ruby_no_comment_fold is defined; improve rubyDocumentation match
dkearns
as Doug Kearns
More... almost 20 years ago
make folding of comments configurable via the ruby_no_comment_fold variable
dkearns
as Doug Kearns
More... almost 20 years ago
add rubyMultiLineComment syntax group to allow folding of comment blocks
dkearns
as Doug Kearns
More... almost 20 years ago
simplify rubyNoDoBlock, rubyOptDoLine match patterns
dkearns
as Doug Kearns
More... almost 20 years ago
add initial support for highlighting 'operators'
dkearns
as Doug Kearns
More... almost 20 years ago
if/unless immediately following a method name should always be highlighted as modifiers and not the beginning of an expression
dkearns
as Doug Kearns
More... almost 20 years ago
Switched to script local vars, per patch from dkearns removed secondary array clause applied patch provided by dkearns, fixes input handling More... almost 20 years ago
applied patch provided by dkearns, fixes input handling More... almost 20 years ago