13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed secondary array clause More... almost 20 years ago
Switched to script local vars, per patch from dkearns More... almost 20 years ago
set 'foldmethod' to marker in the modeline of completion script
dkearns
as Doug Kearns
More... almost 20 years ago
add patterns for braces, brackets and parentheses to b:match_words
dkearns
as Doug Kearns
More... almost 20 years ago
Added error trapping and messages for class import errors More... almost 20 years ago
started adding raw range support 1..2.<C-x><C-o> fixed the symbol completion bug, where you would end up with a double colon More... almost 20 years ago
started adding raw range support 1..2.<C-x><C-o> fixed the symbol completion bug, where you would end up with a double colon More... almost 20 years ago
added variable type detection for Ranges added handlers for string completion: "test".<C-x><C-o> More... almost 20 years ago
added variable type detection for Ranges added handlers for string completion: "test".<C-x><C-o> More... almost 20 years ago
fixed the truncation code. this fixes f.chomp! <C-x><C-o> returning chomp! again, where it should provide the global list. It also fixes f.foo( a.B, b.<C-x><C-o> returning a's list when it should return b's. More... almost 20 years ago
removed cWORD expansion in favor of grabbing the whole line added support for completing variables inside operations and parameter lists removed excess cruft code removed commented code More... almost 20 years ago
set 'expandtab' properly in rubycomplete.vim
dkearns
as Doug Kearns
More... almost 20 years ago
started stripping out preceding assigment operation stuff. "x = A", would attempt to complete A using the global list. I've started removing old/commented code in an effort to slim down the file More... almost 20 years ago
Started stripping out preceding assigment operation stuff. "x = A", would attempt to complete A using the global list. I've started removing old/commented code in an effort to slim down the file More... almost 20 years ago
remove excess whitespace in rubycomplete.vim
dkearns
as Doug Kearns
More... almost 20 years ago
make sure 'smartindent' is disabled
dkearns
as Doug Kearns
More... almost 20 years ago
updated for last checkin More... almost 20 years ago
fixed a completion bug where, the entered text was not taken into account More... almost 20 years ago
add vim help files, the new FAQ and rubycomplete.vim to the gemspec file list
dkearns
as Doug Kearns
More... almost 20 years ago
updated to match latest checkin More... almost 20 years ago
changed the rails load code to match the console load, we're now pulling everything in. completion of class members from within the class definition now works properly. More... almost 20 years ago
Slight readability improvement More... almost 20 years ago
updated for bugfix in rubycomplete.vim More... almost 20 years ago
fixed a bug involving rails methods being added to in-class completions when not in a rails project More... almost 20 years ago
added a line for the addition of sorting to globals completion More... almost 20 years ago
added sorting to the global's completion. will need to revisit sorting when we start using the dictionaries fully More... almost 20 years ago
Added entries for today's checkins, so far. More... almost 20 years ago
added highlighting for the g:rubycomplete_classes_in_global example More... almost 20 years ago
added some info about g:rubycomplete_classes_in_global More... almost 20 years ago
switched format to unix switched to the standard vim ts line More... almost 20 years ago