6890d1ecf0
As suggested by Ingo Karkat, this will help CSApprox to better cope with other plugins that set colors themselves.
5 lines
141 B
VimL
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
|