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
fixed a bug, where i was returning nil when the caller was expecting an empty array renamed g:rubycomplete_load_on_global -> g:rubycomplete_classes_in_global More... almost 20 years ago
add highlighting to example setting of g:rubycomplete_rails variable
dkearns
as Doug Kearns
More... almost 20 years ago
add missing ChangeLog entry
dkearns
as Doug Kearns
More... almost 20 years ago
added support for adding classes defined in the current buffer to the global completion list - when completing with no text outside of a class definition More... almost 20 years ago
add Mark's missing ChangeLog entries
dkearns
as Doug Kearns
More... almost 20 years ago
add new omni completion documentation
dkearns
as Doug Kearns
More... almost 20 years ago
move syntax documentation to ft-ruby-syntax.txt
dkearns
as Doug Kearns
More... almost 20 years ago
fixed a completion hang/crash when completing symbols globally switched to smaller chunks being added to the dictionary. More... almost 20 years ago
it will now complete rails classes More... almost 20 years ago
removed left over debug prints More... almost 20 years ago
in-buffer class completion seems to work properly in my test cases added range variable detection - contributed More... almost 20 years ago
add RJS and RXML template file detection
dkearns
as Doug Kearns
More... almost 20 years ago
* CONTRIBUTORS, ftplugin/ruby.vim: update Gavin's email address More... almost 20 years ago
revised the in-buffer class loading, needs a little more work but its testable More... almost 20 years ago
update Nikolai's email address
dkearns
as Doug Kearns
More... almost 20 years ago
added a work-around for the cWORD bug found by dkearns added support for completion of in-buffer classes switched return-type over to a dictionary More... almost 20 years ago
rename rbcomplete#Complete to match script file name
dkearns
as Doug Kearns
More... almost 20 years ago
add Release-Coordinator header line and remove GPL license
dkearns
as Doug Kearns
More... almost 20 years ago
add Mark to the list of maintainers; add rubycomplete.vim to the installer
dkearns
as Doug Kearns
More... almost 20 years ago
added ruby omni-completion files modified the ftplugin to set the omnifunc More... almost 20 years ago
Added Hugh Sasse's contribution (matchit instructions, more tags, ...). More... over 20 years ago
First draft. More... over 20 years ago
Made Nikolai maintainer of indent/ruby.vim. More... over 20 years ago
Changed maintainer to Nikolai. More... over 20 years ago
fix typo in URL header
dkearns
as Doug Kearns
More... over 20 years ago
add filetype detection for Rantfiles
dkearns
as Doug Kearns
More... over 20 years ago
Fixed problem with here-documents and removed some unused code. More... over 20 years ago
updated NEWS for new release
dkearns
as Doug Kearns
More... over 20 years ago
update syntax documentation formatting for Vim 6.4 release
dkearns
as Doug Kearns
More... over 20 years ago
prevent symbols from matching as matchit match_words
dkearns
as Doug Kearns
More... over 20 years ago