Vim 7.0.35

vim --noplugin -u NONE -U NONE
:set cot=menu,longest
:set ignorecase

If you do a keyword complete on words with mixed case, the initial
state is blown away. E.g. say you have 'context','convex','Convent'
and type  'con<C-N><C-P>', you're left with nothing on the line. With
every other completion type, you're left with 'con'. Is this by
design?

Reply via email to