From e7db246c9df0ae7478385d6dc6076290ab30fbe9 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Wed, 19 Nov 2008 13:16:00 -0500 Subject: [PATCH] Add a tweak to CSApprox Add a message suggesting reading the help for suggestions when vim doesn't have +gui --- plugin/CSApprox.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/CSApprox.vim b/plugin/CSApprox.vim index b0428fc..f4853b5 100644 --- a/plugin/CSApprox.vim +++ b/plugin/CSApprox.vim @@ -28,6 +28,7 @@ if ! has("gui") || exists('g:CSApprox_loaded') if ! has('gui') && s:verbose > 0 echomsg "CSApprox needs gui support - not loading." + echomsg " See :help |csapprox-+gui| for possible workarounds." endif unlet s:verbose