Skip to content

Commit

Permalink
Use delimitMate instead of vim-autoclose
Browse files Browse the repository at this point in the history
vim-autoclose have problem with YCM
@see ycm-core/YouCompleteMe#9 (comment)
  • Loading branch information
FrostyX committed Jul 7, 2014
1 parent 394a689 commit 19be998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-autoclose"]
path = .vim/bundle/vim-autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
Expand All @@ -34,3 +31,6 @@
path = .vim/bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.git
ignore = dirty
[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 38487b
1 change: 0 additions & 1 deletion .vim/bundle/vim-autoclose
Submodule vim-autoclose deleted from a9a3b7

0 comments on commit 19be998

Please sign in to comment.