We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811fe4a commit c9b1e37Copy full SHA for c9b1e37
bootstrap.sh
@@ -20,7 +20,7 @@ for i in $HOME/.vim $HOME/.vimrc $HOME/.gvimrc; do [ -e $i ] && mv $i $i.$today;
20
21
22
echo "cloning spf13-vim\n"
23
-git clone --recursive -b 3.0 git://github.com/spf13/spf13-vim.git $endpath
+git clone --recursive -b 3.0 http://github.com/spf13/spf13-vim.git $endpath
24
mkdir -p $endpath/.vim/bundle
25
ln -s $endpath/.vimrc $HOME/.vimrc
26
ln -s $endpath/.vim $HOME/.vim
0 commit comments