dotfiles

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

commit 67042237148c635c2d1e41d85b935b2696262fbf
parent 3bff475874f9cd7df5e9de45b2e3596663f59bb2
Author: Ed van Bruggen <ed@edryd.org>
Date:   Wed, 25 Oct 2017 22:58:51 -0700

vim: Add visual increment plugin

Diffstat:
vim/bundle/neocomplete.vim | 2+-
vim/bundle/vim-polyglot | 2+-
vim/bundle/vim-signature | 2+-
vim/bundle/vim-visual-increment | 1+
vimrc.bundles | 2++
5 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/vim/bundle/neocomplete.vim b/vim/bundle/neocomplete.vim @@ -1 +1 @@ -Subproject commit ab92d74050412614eaabc396e88463bb431715be +Subproject commit 970cba438d3baf8239ccaaf53105bf880732507f diff --git a/vim/bundle/vim-polyglot b/vim/bundle/vim-polyglot @@ -1 +1 @@ -Subproject commit 8eab5f5403afc1c33a7593459a27f7ff625fa60b +Subproject commit 9bfde7574aa89a91b80ed9c993fc000cfc11aae7 diff --git a/vim/bundle/vim-signature b/vim/bundle/vim-signature @@ -1 +1 @@ -Subproject commit d467b037034033f7b041cc4706c3dd20a784f6fd +Subproject commit 5246b6c6456e5afd6fa6c6b91a7ccc9e8e8664b9 diff --git a/vim/bundle/vim-visual-increment b/vim/bundle/vim-visual-increment @@ -0,0 +1 @@ +Subproject commit e50e8f7c062cec759f665278eb58535df1611a23 diff --git a/vimrc.bundles b/vimrc.bundles @@ -82,6 +82,8 @@ Bundle 'tommcdo/vim-lion' Bundle 'jayflo/vim-skip' " increase or decrease select region automatically Bundle 'terryma/vim-expand-region' +" increment values in visual mode +Bundle 'triglav/vim-visual-increment' Bundle 'mhinz/vim-grepper' Bundle 'swapit'