dotfiles

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

commit e435d08ecac5e17ba479ce4747b93f0163d06573
parent 00999d2ca688cfce800bb4dc78c8c72e99a9f04e
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed, 23 Sep 2015 18:54:56 -0700

Vim: Add vim-expand-region

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

diff --git a/vim/bundle/vim-expand-region b/vim/bundle/vim-expand-region @@ -0,0 +1 @@ +Subproject commit 966513543de0ddc2d673b5528a056269e7917276 diff --git a/vimrc.bundles b/vimrc.bundles @@ -77,6 +77,7 @@ Bundle 'jayflo/vim-skip' Bundle 'mihaifm/bufstop' " refactor selected names in the file very easily Bundle 'adinapoli/vim-markmultiple' +Bundle 'terryma/vim-expand-region' filetype plugin indent on