diff options
author | June McEnroe <june@causal.agency> | 2012-01-22 01:25:09 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-22 01:25:09 -0500 |
commit | 2705f4b91a56caf4cf2b3b89b247580debd5d453 (patch) | |
tree | 16085c11f5a6d76f21fbebe9f9eb529c091d0e4f /.gitmodules | |
parent | Add binding for Gundo (diff) | |
download | src-2705f4b91a56caf4cf2b3b89b247580debd5d453.tar.gz src-2705f4b91a56caf4cf2b3b89b247580debd5d453.zip |
Add AutoClose
Diffstat (limited to '.gitmodules')
-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 |