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