diff options
author | June McEnroe <june@causal.agency> | 2012-01-22 13:58:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-22 13:58:19 -0500 |
commit | e6d82176abd53d1cd5dff785c59a713ca8c73207 (patch) | |
tree | 9a935de65bfb42af24a0e692ec30871d15049c18 | |
parent | Revert "Disable powerline for now" (diff) | |
download | src-e6d82176abd53d1cd5dff785c59a713ca8c73207.tar.gz src-e6d82176abd53d1cd5dff785c59a713ca8c73207.zip |
Revert "Add AutoClose"
This reverts commit 2705f4b91a56caf4cf2b3b89b247580debd5d453. This fixes the delay when leaving insert mode
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/AutoClose | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index ec4c7b2c..1009237e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,9 +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 [submodule "bundle/vim-space"] path = bundle/vim-space url = https://github.com/spiiph/vim-space.git diff --git a/bundle/AutoClose b/bundle/AutoClose deleted file mode 160000 -Subproject d50ea9a887e14e1af43788beaa66144bbc745cb |