From 3348ea93c538ea37076a6175e48b3c3ba25ac8f3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 20 Jan 2012 11:03:50 +1300 Subject: Add tpope's repeat and surround plugins. --- .gitmodules | 6 ++++++ vim/bundle/repeat | 1 + vim/bundle/surround | 1 + 3 files changed, 8 insertions(+) create mode 160000 vim/bundle/repeat create mode 160000 vim/bundle/surround diff --git a/.gitmodules b/.gitmodules index 7d62607d..f3191310 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule "vim/bundle/sahara"] path = vim/bundle/sahara url = git://github.com/tejr/sahara.git +[submodule "vim/bundle/repeat"] + path = vim/bundle/repeat + url = git://github.com/tpope/vim-repeat.git +[submodule "vim/bundle/surround"] + path = vim/bundle/surround + url = git://github.com/tpope/vim-surround.git diff --git a/vim/bundle/repeat b/vim/bundle/repeat new file mode 160000 index 00000000..cdffdd43 --- /dev/null +++ b/vim/bundle/repeat @@ -0,0 +1 @@ +Subproject commit cdffdd43816ddaeee858ae42da3ab6ddcfa25d19 diff --git a/vim/bundle/surround b/vim/bundle/surround new file mode 160000 index 00000000..4eb2cdfc --- /dev/null +++ b/vim/bundle/surround @@ -0,0 +1 @@ +Subproject commit 4eb2cdfccc016889acfa3b5d63e8f390a87863cf -- cgit v1.2.3