From 38506a0e6f4e24bc33976d8f83753fb6a239c755 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 6 Jan 2013 13:15:18 -0500 Subject: [PATCH] Set complete-=i When this actually works, it can make completion lag horribly. Let's cut off the finger to save the hand. --- plugin/sensible.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 51aeff5..a0c4234 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -12,6 +12,7 @@ if !exists('g:syntax_on') endif set backspace=indent,eol,start +set complete-=i set showmatch set autoindent