From b2319bf8bd0334a50268a43c129c054f0dc56f72 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:44:58 +0100 Subject: [PATCH] Install surround.vim bundle 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 b61467f..5662a3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "bundle/commentary"] path = bundle/commentary url = git://github.com/tpope/vim-commentary.git +[submodule "bundle/surround"] + path = bundle/surround + url = git://github.com/tpope/vim-surround.git diff --git a/bundle/surround b/bundle/surround new file mode 160000 index 0000000..ec579a5 --- /dev/null +++ b/bundle/surround @@ -0,0 +1 @@ +Subproject commit ec579a50478758ee6cebe265cf536f9a2f6c4e34