Skip to content

Commit

Permalink
Trade vim-autoclose for delimitMate vim plugin
Browse files Browse the repository at this point in the history
The latter seems to work better with neocomplcache (and its issues).
  • Loading branch information
pjg committed Sep 22, 2012
1 parent 5eab2d0 commit c5d35d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -133,6 +133,6 @@
[submodule ".vim/bundle/neocomplcache"]
path = .vim/bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.git
[submodule ".vim/bundle/vim-autoclose"]
path = .vim/bundle/vim-autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
1 change: 1 addition & 0 deletions .vim/bundle/delimitMate
Submodule delimitMate added at 0326b7
1 change: 0 additions & 1 deletion .vim/bundle/vim-autoclose
Submodule vim-autoclose deleted from c438a1

0 comments on commit c5d35d4

Please sign in to comment.