dotfiles

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

commit cdca15962f72af3f56d684a0bcb3b4b6fc25c646
parent ca82b29557c91d0eaf321ad9d9481205ecba5191
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun,  9 Apr 2017 22:50:19 -0700

vim: Remove vim-markmultiple plugin

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

diff --git a/vim/bundle/vim-markmultiple b/vim/bundle/vim-markmultiple @@ -1 +0,0 @@ -Subproject commit 125315a000d16f6427388ff0ce6be54f71fa26fc diff --git a/vimrc.bundles b/vimrc.bundles @@ -76,8 +76,6 @@ Bundle 'junegunn/vim-easy-align' Bundle 'jayflo/vim-skip' " ui for switching to open buffer Bundle 'mihaifm/bufstop' -" refactor selected names in the file very easily -Bundle 'adinapoli/vim-markmultiple' Bundle 'terryma/vim-expand-region' Bundle 'a.vim'