Comments and echoes do document common issues

This commit is contained in:
ViViDboarder 2013-04-16 15:40:49 -07:00
parent 47e9916a57
commit 5fedea8bec
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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