From ad86371f93e2b97b475b9ae9dc22eec468751721 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 Aug 2013 23:12:20 -0400 Subject: fix submodules --- .gitmodules | 58 ++++++++++++++++++++++++++-------------------------- vim/bundle/emmet | 2 +- vim/bundle/move | 1 + vim/bundle/scala | 1 + vim/bundle/tcomment | 2 +- vim/bundle/vim-move | 1 - vim/bundle/vim-scala | 1 - 7 files changed, 33 insertions(+), 33 deletions(-) create mode 160000 vim/bundle/move create mode 160000 vim/bundle/scala delete mode 160000 vim/bundle/vim-move delete mode 160000 vim/bundle/vim-scala diff --git a/.gitmodules b/.gitmodules index ce74a00..c603cda 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,45 +1,45 @@ [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen - url = git://github.com/tpope/vim-pathogen.git -[submodule "vim/bundle/snipmate"] - path = vim/bundle/snipmate - url = git://github.com/msanders/snipmate.vim -[submodule "vim/bundle/supertab"] - path = vim/bundle/supertab - url = git://github.com/ervandew/supertab.git + url = git://github.com/tpope/vim-pathogen [submodule "vim/bundle/emmet"] path = vim/bundle/emmet url = git://github.com/mattn/emmet-vim -[submodule "vim/bundle/tcomment"] - path = vim/bundle/tcomment - url = git://github.com/tomtom/tcomment_vim.git -[submodule "vim/bundle/git"] - path = vim/bundle/git - url = git://github.com/tpope/vim-git.git +[submodule "vim/bundle/foldtext"] + path = vim/bundle/foldtext + url = git://github.com/doy/vim-foldtext [submodule "vim/bundle/fuzzyfinder"] path = vim/bundle/fuzzyfinder - url = git://github.com/vim-scripts/FuzzyFinder.git + url = git://github.com/vim-scripts/FuzzyFinder +[submodule "vim/bundle/git"] + path = vim/bundle/git + url = git://github.com/tpope/vim-git +[submodule "vim/bundle/gundo"] + path = vim/bundle/gundo + url = git://github.com/sjl/gundo.vim [submodule "vim/bundle/l9"] path = vim/bundle/l9 - url = git://github.com/vim-scripts/L9.git + url = git://github.com/vim-scripts/L9 +[submodule "vim/bundle/move"] + path = vim/bundle/move + url = git://github.com/matze/vim-move [submodule "vim/bundle/perl"] path = vim/bundle/perl - url = git://github.com/vim-perl/vim-perl.git + url = git://github.com/vim-perl/vim-perl +[submodule "vim/bundle/scala"] + path = vim/bundle/scala + url = git://github.com/derekwyatt/vim-scala +[submodule "vim/bundle/snipmate"] + path = vim/bundle/snipmate + url = git://github.com/msanders/snipmate.vim +[submodule "vim/bundle/supertab"] + path = vim/bundle/supertab + url = git://github.com/ervandew/supertab +[submodule "vim/bundle/tcomment"] + path = vim/bundle/tcomment + url = git://github.com/tomtom/tcomment_vim [submodule "vim/bundle/textobj"] path = vim/bundle/textobj - url = git://github.com/doy/vim-textobj.git -[submodule "vim/bundle/foldtext"] - path = vim/bundle/foldtext - url = git://github.com/doy/vim-foldtext.git -[submodule "vim/bundle/gundo"] - path = vim/bundle/gundo - url = git://github.com/sjl/gundo.vim.git + url = git://github.com/doy/vim-textobj [submodule "zsh/zsh-syntax-highlighting"] path = zsh/zsh-syntax-highlighting url = git://github.com/zsh-users/zsh-syntax-highlighting -[submodule "vim/bundle/vim-scala"] - path = vim/bundle/vim-scala - url = git://github.com/derekwyatt/vim-scala.git -[submodule "vim/bundle/vim-move"] - path = vim/bundle/vim-move - url = git://github.com/matze/vim-move diff --git a/vim/bundle/emmet b/vim/bundle/emmet index 056b49c..fcf0f56 160000 --- a/vim/bundle/emmet +++ b/vim/bundle/emmet @@ -1 +1 @@ -Subproject commit 056b49c2bd43d430ac8ea8ebe801861ef3b73cbb +Subproject commit fcf0f567beb26e13aa623e36bf1597e3e2880a62 diff --git a/vim/bundle/move b/vim/bundle/move new file mode 160000 index 0000000..d781fb0 --- /dev/null +++ b/vim/bundle/move @@ -0,0 +1 @@ +Subproject commit d781fb0e5fcb6a6e04079c1c503f07f1e82a3892 diff --git a/vim/bundle/scala b/vim/bundle/scala new file mode 160000 index 0000000..c81f87c --- /dev/null +++ b/vim/bundle/scala @@ -0,0 +1 @@ +Subproject commit c81f87ca6786142b531e66a948effacc03a02184 diff --git a/vim/bundle/tcomment b/vim/bundle/tcomment index 0dc1b87..2d96391 160000 --- a/vim/bundle/tcomment +++ b/vim/bundle/tcomment @@ -1 +1 @@ -Subproject commit 0dc1b872fc36404ad85909e48fbbcfb921c89b7a +Subproject commit 2d963914dfb0b6b4a6649f01cbd97f95fe79bf82 diff --git a/vim/bundle/vim-move b/vim/bundle/vim-move deleted file mode 160000 index c0feaab..0000000 --- a/vim/bundle/vim-move +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c0feaab00dd58c5c457b90b9c178382228542b29 diff --git a/vim/bundle/vim-scala b/vim/bundle/vim-scala deleted file mode 160000 index c81f87c..0000000 --- a/vim/bundle/vim-scala +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c81f87ca6786142b531e66a948effacc03a02184 -- cgit v1.2.3-54-g00ecf