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.
This commit is contained in:
parent
5ea9ec2169
commit
6890d1ecf0
4
after/plugin/CSApprox.vim
Normal file
4
after/plugin/CSApprox.vim
Normal file
@ -0,0 +1,4 @@
|
||||
" The last thing to do when sourced is to run and actually fix up the colors.
|
||||
if !has('gui_running') && exists(':CSApprox')
|
||||
CSApprox
|
||||
endif
|
@ -886,12 +886,6 @@ augroup CSApprox
|
||||
"au User CSApproxPost highlight Normal ctermbg=none | highlight NonText ctermbg=None
|
||||
augroup END
|
||||
|
||||
" {>2} Execute
|
||||
" The last thing to do when sourced is to run and actually fix up the colors.
|
||||
if !has('gui_running')
|
||||
call s:CSApprox()
|
||||
endif
|
||||
|
||||
" {>1} Restore compatibility options
|
||||
let &cpo = s:savecpo
|
||||
unlet s:savecpo
|
||||
|
Loading…
Reference in New Issue
Block a user