MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

regwrongorder makes <tab> completion much less useful #90

Closed MarcWeber closed 11 years ago

MarcWeber commented 11 years ago

Try this: ActivateAddon theoneviml and you won't get theonevimlib completed. That's very annoying.

Its caused by this line:

  \['lstr>1',   '"v:val=~?".string(regwrongorder)'],

ZyX? How to fix? If you really really really have to keep those fuzzy non-matches - would it be possible to list them using echoe/m or the like without disturbing tab completion?

ZyX-I commented 11 years ago

Worked for me, it was first to be completed (now removed as you brought to my attention that there are two entries for one plugin). Yes, there was a bunch of fuzzy matches, but they were after theonevimlib.

MarcWeber commented 11 years ago

I'm using

set wildmode=list:longest
set wildmenu

thus if there are many matches nothing gets completed (for good reason). I agree that it works without using this customized setting