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

LaTeX keyword patterns #404

Closed ghost closed 9 years ago

ghost commented 11 years ago

Not sure if it's a feature or a bug: when typing command like "\ref{abc" neocomplcache looks for strings starting with "\ref{abc" instead of "abc". When typing "ref{abc" it looks for "abc" like I want it.

Shougo commented 11 years ago

Yes. It is feature.