From adee3114582df4989188c4de4736c6aad3b5ac7b Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 9 Jun 2012 16:30:36 -0500 Subject: [PATCH] .vim: Add bundle: surround --- .gitmodules | 4 ++++ .vim/bundle/surround | 1 + 2 files changed, 5 insertions(+) create mode 160000 .vim/bundle/surround diff --git a/.gitmodules b/.gitmodules index a9cc8eb..b701fea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,7 @@ path = .vim/bundle/ack url = git://github.com/mileszs/ack.vim.git ignore = dirty +[submodule ".vim/bundle/surround"] + path = .vim/bundle/surround + url = git://github.com/tpope/vim-surround.git + ignore = dirty diff --git a/.vim/bundle/surround b/.vim/bundle/surround new file mode 160000 index 0000000..1a73f60 --- /dev/null +++ b/.vim/bundle/surround @@ -0,0 +1 @@ +Subproject commit 1a73f607f8f5477d6942df2eb6e7245c4864f4d3 -- 2.45.2