From ac0e419468cb1633348fb65cfe8b36cbf99570cb Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 6 Apr 2017 22:37:27 -0400 Subject: [PATCH] Fixed an issue with vinegar submodule --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index f21ff26..9b3a7e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,9 +28,6 @@ [submodule "vim/.vim/bundle/tagbar"] path = vim/.vim/bundle/tagbar url = https://github.com/majutsushi/tagbar -[submodule "vim/.vim/bundle/vim-vinegar"] - path = vim/.vim/bundle/vinegar - url = https://github.com/tpope/vim-vinegar [submodule "vim/.vim/bundle/vim-snipmate"] path = vim/.vim/bundle/vim-snipmate url = https://github.com/garbas/vim-snipmate @@ -43,3 +40,6 @@ [submodule "vim/.vim/bundle/snipmate-tlib"] path = vim/.vim/bundle/snipmate-tlib url = https://github.com/tomtom/tlib_vim +[submodule "vim/.vim/bundle/vinegar"] + path = vim/.vim/bundle/vinegar + url = https://github.com/tpope/vim-vinegar