From: Mark Guzman Date: 2006-04-12T13:00:06+09:00 Subject: [ANN] vim 7 ruby omni-complete v0.2 Thanks to some outside suggestions and contributions we now have another release. If you missed the original announcement, rbcomplete provides a vim7 omni-completion function (code completion) for vim. It is based on complete.rb, pycomplete.vim and ccomplete.vim. Whats New: ------------ At the request of many people, Object's instance methods are no longer included in the completion list, if anyone wants this functionality back I'll make it a configurable. A major contribution provided rbcomplete.vim with better variable identification so the following will properly be completed: a = Time.now b = [0..2] c = ['a','b'] d = {:a=>'test',:b=>'this'} sorry, no "e = c" yet. You can find the file at http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html --mark -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info