csapprox/after/plugin/CSApprox.vim
Matt Wozniski 6890d1ecf0 Fix up colors in an after/plugin instead of plugin
As suggested by Ingo Karkat, this will help CSApprox to better cope with
other plugins that set colors themselves.
2010-05-02 21:41:17 -04:00

5 lines
141 B
VimL

" The last thing to do when sourced is to run and actually fix up the colors.
if !has('gui_running') && exists(':CSApprox')
CSApprox
endif