From 8642a8d2a867bbb604bf7eddefb9a16ce93b37ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Barrag=C3=A1n?= Date: Tue, 28 Oct 2014 23:31:47 -0700 Subject: [PATCH] Point vim-multiple-cursors to current owner --- vim/vundles/vim-improvements.vundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundles/vim-improvements.vundle b/vim/vundles/vim-improvements.vundle index 33d75f1..304b016 100644 --- a/vim/vundles/vim-improvements.vundle +++ b/vim/vundles/vim-improvements.vundle @@ -6,7 +6,7 @@ Bundle "godlygeek/tabular" Bundle "tomtom/tcomment_vim.git" Bundle "vim-scripts/camelcasemotion.git" Bundle "vim-scripts/matchit.zip.git" -Bundle "terryma/vim-multiple-cursors" +Bundle "kristijanhusak/vim-multiple-cursors" Bundle "Keithbsmiley/investigate.vim" Bundle "chrisbra/NrrwRgn" Bundle "christoomey/vim-tmux-navigator"