From f8cb37f6373f230756c9329c0f266d16018783ff Mon Sep 17 00:00:00 2001 From: amix Date: Wed, 30 May 2012 13:02:38 -0400 Subject: [PATCH] Add to the runtime path instead of reseting it --- install_awesome_vimrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_awesome_vimrc.sh b/install_awesome_vimrc.sh index 24566219..7e2a00e4 100644 --- a/install_awesome_vimrc.sh +++ b/install_awesome_vimrc.sh @@ -2,7 +2,7 @@ cd ~/.vim_runtime git submodule init git submodule update -echo 'set runtimepath=~/.vim_runtime,~/.vim_runtime/after,\$VIMRUNTIME +echo 'set runtimepath+=~/.vim_runtime source ~/.vim_runtime/vimrcs/basic.vim source ~/.vim_runtime/vimrcs/filetypes.vim