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:
parent
28bc8de86c
commit
e7db246c9d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user