From 7f7fc65b9a7798818e824d3e0dc1123768625e2b Mon Sep 17 00:00:00 2001 From: Adam Merrifield Date: Thu, 20 Nov 2014 10:17:53 -0500 Subject: [PATCH] Swapped out terryma/vim-multiple-cursors for the better supported kristijanhusak/vim-multiple-cursors --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 6e94fb6d3..ec5307186 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -109,7 +109,7 @@ Bundle 'spf13/vim-autoclose' Bundle 'kien/ctrlp.vim' Bundle 'tacahiroy/ctrlp-funky' - Bundle 'terryma/vim-multiple-cursors' + Bundle 'kristijanhusak/vim-multiple-cursors' Bundle 'vim-scripts/sessionman.vim' Bundle 'matchit.zip' if (has("python") || has("python3")) && exists('g:spf13_use_powerline') && !exists('g:spf13_use_old_powerline')