Set complete-=i

When this actually works, it can make completion lag horribly.  Let's
cut off the finger to save the hand.
This commit is contained in:
Tim Pope
2013-01-06 13:15:18 -05:00
parent 366c97dad5
commit 38506a0e6f

View File

@@ -12,6 +12,7 @@ if !exists('g:syntax_on')
endif
set backspace=indent,eol,start
set complete-=i
set showmatch
set autoindent