From 3fedc922a79fdd78413055187c1fe1f5b230c024 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 18 Nov 2011 15:44:15 -0600 Subject: [PATCH] Fix submodule path --- .gitmodules | 4 ++-- {.vim => vim}/bundle/vim-colors-solarized | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {.vim => vim}/bundle/vim-colors-solarized (100%) diff --git a/.gitmodules b/.gitmodules index 4640227..61e3e08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive url = http://github.com/tpope/vim-fugitive.git -[submodule ".vim/bundle/vim-colors-solarized"] - path = .vim/bundle/vim-colors-solarized +[submodule "vim/bundle/vim-colors-solarized"] + path = vim/bundle/vim-colors-solarized url = https://github.com/altercation/vim-colors-solarized diff --git a/.vim/bundle/vim-colors-solarized b/vim/bundle/vim-colors-solarized similarity index 100% rename from .vim/bundle/vim-colors-solarized rename to vim/bundle/vim-colors-solarized