Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Special character completion ruby methods #489

Closed zxiest closed 9 years ago

zxiest commented 10 years ago

Thanks for this awesome plugin :-)

In Ruby, we have methods like include? for boolean results and save! when a method call is dangerous.

My autocomplete is showing these methods without the special character although, looking at the ctag file, I see them inside.

Is there a setting I'm missing?

Shougo commented 10 years ago

Please upload the screenshot and your neocomplcache configuration. I will check it.

Shougo commented 9 years ago

No response.