From 39cfdd62ba82f93f68a2b5fa7b5771303d8b9dee Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Jan 2012 01:25:09 -0500 Subject: Add AutoClose --- .gitmodules | 3 +++ bundle/AutoClose | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/AutoClose diff --git a/.gitmodules b/.gitmodules index dfd744a1..2af50670 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "bundle/gundo.vim"] path = bundle/gundo.vim url = http://github.com/sjl/gundo.vim.git +[submodule "bundle/AutoClose"] + path = bundle/AutoClose + url = https://github.com/vim-scripts/AutoClose.git diff --git a/bundle/AutoClose b/bundle/AutoClose new file mode 160000 index 00000000..d50ea9a8 --- /dev/null +++ b/bundle/AutoClose @@ -0,0 +1 @@ +Subproject commit d50ea9a887e14e1af43788beaa66144bbc745cb5 -- cgit 1.4.1