From 710d60e592c890ef59119c05f2a59eb33a410a7b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 22 Mar 2017 17:36:31 +0100 Subject: Add 'vim-repeat' plugin Finally getting annoyed enough about not being able to '.'-repeat surround.vim commands. It's really nice to have repeating just work now. --- .gitmodules | 3 +++ bundle/vim-repeat | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-repeat diff --git a/.gitmodules b/.gitmodules index 283108a..ffecfe4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "bundle/vim-rspec"] path = bundle/vim-rspec url = https://github.com/thoughtbot/vim-rspec.git +[submodule "bundle/vim-repeat"] + path = bundle/vim-repeat + url = https://github.com/tpope/vim-repeat.git diff --git a/bundle/vim-repeat b/bundle/vim-repeat new file mode 160000 index 0000000..7a6675f --- /dev/null +++ b/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415 -- cgit v1.2.3