From a0463ef2324240a09c033a8a68a395fff317a410 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 8 Apr 2014 03:52:43 -0400 Subject: [PATCH] adding the vim-repeat module, which makes it possible to use the . character to repeat the complex functions used by vim-surround. --- .gitmodules | 3 +++ vim/bundle/vim-repeat | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-repeat diff --git a/.gitmodules b/.gitmodules index 95276ed..1576bd4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -97,3 +97,6 @@ [submodule "vim/bundle/vim-signify"] path = vim/bundle/vim-signify url = https://github.com/mhinz/vim-signify +[submodule "vim/bundle/vim-repeat"] + path = vim/bundle/vim-repeat + url = https://github.com/tpope/vim-repeat.git diff --git a/vim/bundle/vim-repeat b/vim/bundle/vim-repeat new file mode 160000 index 0000000..2a3c5f8 --- /dev/null +++ b/vim/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit 2a3c5f8e3c26a57b8eb4cfc4be79615a1c508ef6