Vim Tips Wiki
Advertisement

When I use the plugin CSApprox-3.50 with latest Vim-7.3f built without GUI, I get this message:

$ vim
CSApprox needs gui support - not loading.
  See :help |csapprox-+gui| for possible workarounds.

This check can now be removed for Vim-7.3 since synIDattr() can now get the GUI attributes even when built without GUI.

Advertisement