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

View File

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