Vim 7 ruby omni-complete 0.5

Once again after some work we have another release, with may bugfixes
and improvements.

If you missed the original announcement, rubycomplete provides a vim7
omni-completion function (code completion) for vim. It is based on
complete.rb, pycomplete.vim and ccomplete.vim. Any input is welcome.

I’ve joined up with the vim-ruby team, so you’ll find rubycomplete.vim
in cvs at
http://vim-ruby.rubyforge.org in addition to my site which will only
carry my full
releases.

Whats New:

  • Better in-buffer class support

  • Better error handling when parse or class load fails

  • Improved handling of complex statements: x = y. + z + b

  • Improved string variable handling “”. now completes string
    methods

  • Improved rails support, the environment is now fully loaded (though
    no database connections are made)

http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html
–mark