From cd51ed5573db8202ba0d9e4f0305d05a03d98dc5 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sat, 26 Jul 2014 05:09:52 -0400 Subject: [PATCH] Disabled experimental neocomplcache setting that's no longer needed --- vim/config/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 0b26203..5fea03d 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -94,7 +94,7 @@ let g:neocomplcache_enable_at_startup=1 let g:neocomplcache_enable_smart_case=1 let g:neocomplcache_min_syntax_length=3 - let g:neocomplcache_enable_insert_char_pre=1 + let g:neocomplcache_enable_insert_char_pre=0 let g:neocomplcache_enable_underbar_completion=1 let g:neocomplcache_wildcard_characters={'_': '-'}