diff options
author | June McEnroe <programble@gmail.com> | 2012-01-22 01:25:09 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-22 01:25:09 -0500 |
commit | 39cfdd62ba82f93f68a2b5fa7b5771303d8b9dee (patch) | |
tree | 16085c11f5a6d76f21fbebe9f9eb529c091d0e4f /.gitmodules | |
parent | Add binding for Gundo (diff) | |
download | src-39cfdd62ba82f93f68a2b5fa7b5771303d8b9dee.tar.gz src-39cfdd62ba82f93f68a2b5fa7b5771303d8b9dee.zip |
Add AutoClose
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |