dotfiles

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

commit 77b62ab7d6b9d53439b0641924e949a7bcfee310
parent 7ad707d48cf390fd7627d9a809d1b8e898bcaa36
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun,  2 Aug 2015 17:21:00 -0700

Vim: Add cursorword plugin

Diffstat:
vim/bundle/vim-cursorword | 1+
vimrc.bundles | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/vim/bundle/vim-cursorword b/vim/bundle/vim-cursorword @@ -0,0 +1 @@ +Subproject commit ca18c670b08d104ab2486fd04f2efdc20d3e2369 diff --git a/vimrc.bundles b/vimrc.bundles @@ -75,7 +75,7 @@ Bundle 'jayflo/vim-skip' " ui for changing to open buffer Bundle 'mihaifm/bufstop' -" Bundle 'itchyny/vim-cursorword' +Bundle 'itchyny/vim-cursorword' filetype plugin indent on