Vim 7 omni-completion function

Hi all,
I’ve hacked away at complete.rb and some of the existing vim7
omni-completion functions to create a ruby completion function. It
“works for me”, any input is welcome. As a note, it will attempt to load
any modules required by the current buffer when attempting to complete.
You can find the link here:
http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html
–mark

sender: “Mark G.” date: “Tue, Apr 11, 2006 at 02:02:47PM +0900” <<<EOQ
Hi all,
I’ve hacked away at complete.rb and some of the existing vim7
omni-completion functions to create a ruby completion function. It
“works for me”, any input is welcome. As a note, it will attempt to load
any modules required by the current buffer when attempting to complete.
You can find the link here:
http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html
–mark
Hi,

That looks awesome!!! Great job! :slight_smile: I’ve been waiting for something like
this
for vim… And it’s particularily useful for someone who is just
learning
Ruby, like me :slight_smile:

Thank you!

Sincerely,
Alex