luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

Attempt to set completeopt causes error #107

Open menicosia opened 7 years ago

menicosia commented 7 years ago

Any idea why these three lines?

On my mac, at least, they cause:

Error detected while processing /Users/pivotal/workspace/vimfiles/config/basic.vim:
line   60:
E474: Invalid argument: completeopt=menu,noinsert,noselect
Press ENTER or type command to continue

I could just rip them out, but I'm not sure what you were trying to accomplish here.

PS - my vim --version produces:

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Mar 31 2015 14:44:57)

luan commented 7 years ago

This shouldn't be happening. I'll investigate and fix it soon. I no longer add features to this config with testing on Vim < 8.0, so you may want to upgrade to vim 8 if you want latest and greatest. With that said, I still want things to not completely explode on older versions so that this config can be used in servers and such. Thanks for reporting @menicosia