dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit aeeda251af7a20391e1b96fab19e4c72edad3737
parent eb51deff27600a84a3821d2d43a1c7a011de006e
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue,  4 Aug 2015 19:33:13 -0700

Vim: Add vim-markmultiple

Diffstat:
vim/bundle/vim-markmultiple | 1+
vimrc.bundles | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/bundle/vim-markmultiple b/vim/bundle/vim-markmultiple @@ -0,0 +1 @@ +Subproject commit 125315a000d16f6427388ff0ce6be54f71fa26fc diff --git a/vimrc.bundles b/vimrc.bundles @@ -77,5 +77,7 @@ Bundle 'jayflo/vim-skip' " ui for changing to open buffer Bundle 'mihaifm/bufstop' +Bundle 'adinapoli/vim-markmultiple' + filetype plugin indent on