From a4599209045f7ff55f1cf5b1174487e244397d94 Mon Sep 17 00:00:00 2001 From: martco Date: Mon, 28 Apr 2014 10:39:43 -0700 Subject: [PATCH] Update vim-improvements.vundle This removes a redundant Bundle that already appears on line 9. This was throwing warnings for me whenever I started macvim. --- vim/vundles/vim-improvements.vundle | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/vundles/vim-improvements.vundle b/vim/vundles/vim-improvements.vundle index ae1a420..6b162ab 100644 --- a/vim/vundles/vim-improvements.vundle +++ b/vim/vundles/vim-improvements.vundle @@ -25,5 +25,4 @@ Bundle "vim-scripts/AnsiEsc.vim.git" Bundle "vim-scripts/AutoTag.git" Bundle "vim-scripts/lastpos.vim" Bundle "vim-scripts/sudo.vim" -Bundle "terryma/vim-multiple-cursors" Bundle "goldfeld/ctrlr.vim"