Shougo/neocomplcache.vim

Completing "words" only?

Opened this issue · 1 comments

Is it possible to suggest only words as results of the autocomplete? And by words I mean text objects that Vim considers words.

I'm asking because in HTML for instance if I start typing class strings like class="control-group pull-right" or even longer suggestions come up. Truncating the length of the suggestions isn't really a solution because I may have words that are very long.

I'm asking because in HTML for instance if I start typing class strings like class="control-group pull-right" or even longer suggestions come up. Truncating the length of the suggestions isn't really a solution because I may have words that are very long.

No. Because it created by css omnifunc. To complete words only, you must disable css omnifunc.