Add a tweak to CSApprox

Add a message suggesting reading the help for suggestions when vim
doesn't have +gui
This commit is contained in:
Matt Wozniski 2008-11-19 13:16:00 -05:00
parent 28bc8de86c
commit e7db246c9d

View File

@ -28,6 +28,7 @@ if ! has("gui") || exists('g:CSApprox_loaded')
if ! has('gui') && s:verbose > 0 if ! has('gui') && s:verbose > 0
echomsg "CSApprox needs gui support - not loading." echomsg "CSApprox needs gui support - not loading."
echomsg " See :help |csapprox-+gui| for possible workarounds."
endif endif
unlet s:verbose unlet s:verbose