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:
Nate Kane 2011-02-21 23:31:51 +10:00
commit 2415d8b709

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'
hi default clear IndentGuidesOdd
hi default clear IndentGuidesEven
endfunction
"