From 5fedea8becaba1270ad6bf5157b7d1ed95db315e Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 16 Apr 2013 15:40:49 -0700 Subject: [PATCH] Comments and echoes do document common issues --- vim-sync-append.sh | 6 ++++++ vim/dot_vimrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vim-sync-append.sh b/vim-sync-append.sh index c245a40..1a8ec82 100755 --- a/vim-sync-append.sh +++ b/vim-sync-append.sh @@ -97,6 +97,12 @@ command -v ctags >/dev/null 2>&1 || { echo "Warning: ctags required for Tag List --- Debian: apt-get install ctags --- OSX (MacPorts): port install ctags"; } +echo "Note: If VIM Segfaults try the following:" +echo " cd ~/.vim/bundle/Command-T/ruby/command-t" +echo " /opt/local/bin/ruby extconf.rb" +echo " make" +echo "" + echo "All done!" exit 0 diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 62fc442..44e5760 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -90,7 +90,7 @@ set backup set backupdir=~/.vim/backup set directory=~/.vim/tmp -"set theme +"set theme based on $VIM_COLOR variable try if !empty($VIM_COLOR) colorscheme $VIM_COLOR