Merge branch 'graywh-issue5'
* graywh-issue5: Removed unnecessary exe calls for default highlights Don't clobber pre-set custom colors.
This commit is contained in:
commit
2415d8b709
@ -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'
|
||||
hi default clear IndentGuidesOdd
|
||||
hi default clear IndentGuidesEven
|
||||
endfunction
|
||||
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user