From 74a4e3a894e65df6bb7ae1aa522758823ac13c49 Mon Sep 17 00:00:00 2001 From: Deniss Detkovs Date: Thu, 5 Nov 2015 10:09:54 +0000 Subject: [PATCH] Switch back to terryma's version of vim-multiple-cursors Terryma's repository is the one being maintained now. --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index dcef94e00..f359fcc44 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -109,7 +109,7 @@ Bundle 'jiangmiao/auto-pairs' Bundle 'ctrlpvim/ctrlp.vim' Bundle 'tacahiroy/ctrlp-funky' - Bundle 'kristijanhusak/vim-multiple-cursors' + Bundle 'terryma/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')