From 71bff79ad6973e7168cdd968a384e465cce76b2e Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 26 Oct 2010 15:52:49 -0700 Subject: [PATCH] Added surround plugin as a submodule --- .gitmodules | 3 +++ bundle/surround | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/surround diff --git a/.gitmodules b/.gitmodules index 46ff144..296d484 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "bundle/snipmate"] path = bundle/snipmate url = http://github.com/msanders/snipmate.vim.git +[submodule "bundle/surround"] + path = bundle/surround + url = http://github.com/tpope/vim-surround.git diff --git a/bundle/surround b/bundle/surround new file mode 160000 index 0000000..27710a2 --- /dev/null +++ b/bundle/surround @@ -0,0 +1 @@ +Subproject commit 27710a2224d6dd0486d1c40d09ef18dd752e7d37