From e8a57826ab0acccbb7dbae91c0fe63758a244c23 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 30 Apr 2013 08:55:22 +0200 Subject: [PATCH] Add vim-multiple-selection module --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 890ee13..7443623 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,6 +37,6 @@ [submodule ".vim/bundle/tagbar"] path = .vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git -[submodule ".vim/vim-pathogen"] - path = .vim/vim-pathogen - url = https://github.com/tpope/vim-pathogen.git +[submodule ".vim/vim-multiple-cursors"] + path = .vim/vim-multiple-cursors + url = https://github.com/terryma/vim-multiple-cursors.git