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
|