From 7e2a3493b6ba56fefd48311dbe84000236b14f1d Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Mon, 30 Dec 2013 10:49:34 -0600 Subject: [PATCH] Go back to using neocomplcache; prematurely upgraded --- vim/vundles.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index 9ed49efb..cb60729b 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -58,7 +58,7 @@ Bundle "tpope/vim-git" " General text editing improvements... Bundle "AndrewRadev/splitjoin.vim" Bundle "Raimondi/delimitMate" -Bundle "Shougo/neocomplete.git" +Bundle "Shougo/neocomplcache.git" Bundle "briandoll/change-inside-surroundings.vim.git" Bundle "godlygeek/tabular" Bundle "skwp/vim-easymotion"