Vim 7 ruby omni-complete 0.6

It’s been a while, but I’m back again with a new version.

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:

  • Tentative Rails 1.0 support

  • Defaulting to a higher security level, buffer evaluation must be
    toggled on

  • Improved symbol completion

  • column names are now included when completing ActiveRecord models, if
    possible

  • Bug fixes

  • Initial run at providing completed item identification, methods will
    have an ‘f’ next to them,
    variables a ‘v’ and classes/constants ‘c’

Todo:

  • ri blurbs for completion options?
  • prototype display?

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