csapprox/after/plugin/CSApprox.vim

5 lines
141 B
VimL
Raw Normal View History

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