mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 06:47:38 +00:00
Comments and echoes do document common issues
This commit is contained in:
parent
47e9916a57
commit
5fedea8bec
@ -97,6 +97,12 @@ command -v ctags >/dev/null 2>&1 || { echo "Warning: ctags required for Tag List
|
|||||||
--- Debian: apt-get install ctags
|
--- Debian: apt-get install ctags
|
||||||
--- OSX (MacPorts): port 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!"
|
echo "All done!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ set backup
|
|||||||
set backupdir=~/.vim/backup
|
set backupdir=~/.vim/backup
|
||||||
set directory=~/.vim/tmp
|
set directory=~/.vim/tmp
|
||||||
|
|
||||||
"set theme
|
"set theme based on $VIM_COLOR variable
|
||||||
try
|
try
|
||||||
if !empty($VIM_COLOR)
|
if !empty($VIM_COLOR)
|
||||||
colorscheme $VIM_COLOR
|
colorscheme $VIM_COLOR
|
||||||
|
Loading…
Reference in New Issue
Block a user