Skip to content

Commit

Permalink
fixed up gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Aug 5, 2011
1 parent b018263 commit 6ef7d83
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitmodules
@@ -1,15 +1,15 @@
[submodule "vimfiles\\bundle\\vim-javascript"]
path = vimfiles\\bundle\\vim-javascript
[submodule "vimfiles/bundle/vim-javascript"]
path = vimfiles/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vimfiles\\bundle\\vim-jade"]
path = vimfiles\\bundle\\vim-jade
[submodule "vimfiles/bundle/vim-jade"]
path = vimfiles/bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "vimfiles\\bundle\\snipmate"]
path = vimfiles\\bundle\\snipmate
[submodule "vimfiles/bundle/snipmate"]
path = vimfiles/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "vimfiles\\bundle\\nerdtree"]
path = vimfiles\\bundle\\nerdtree
[submodule "vimfiles/bundle/nerdtree"]
path = vimfiles/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vimfiles\\bundle\\vim-fugitive"]
path = vimfiles\\bundle\\vim-fugitive
[submodule "vimfiles/bundle/vim-fugitive"]
path = vimfiles/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git

0 comments on commit 6ef7d83

Please sign in to comment.