godlygeek / csapprox

Make gvim-only colorschemes work transparently in terminal vim
http://www.vim.org/scripts/script.php?script_id=2390
211 stars 18 forks source link

gui warning still issued when script is deactivated #1

Closed scrooloose closed 14 years ago

scrooloose commented 14 years ago

If you run csapprox on vim where has("gui")==0 it will issue a warning, no problem. But if you run it with has("gui")==0 and CSApprox_loaded==1 then you still get the warning even though you have turned the plugin off.

Check out this commit this dude sent me for my vimfiles repo --> http://github.com/TwP/vimfiles/commit/798d124e795d4bc3b263521acafaa3d53affafc5

godlygeek commented 14 years ago

Fixed in cdde3b6aded5ae04c62981adc5e3129b7f5f56b2