Don't clobber pre-set custom colors.

This commit is contained in:
Will Gray 2011-02-17 15:13:14 -06:00
parent 4a3c2d3d46
commit 10b809d187

View File

@ -152,8 +152,8 @@ endfunction
" Define default highlights.
"
function! indent_guides#define_default_highlights()
exe 'hi IndentGuidesOdd guibg=NONE ctermbg=NONE'
exe 'hi IndentGuidesEven guibg=NONE ctermbg=NONE'
exe 'hi default clear IndentGuidesOdd'
exe 'hi default clear IndentGuidesEven'
endfunction
"