Removed unnecessary exe calls for default highlights

This commit is contained in:
Nate Kane 2011-02-21 23:29:30 +10:00
parent 10b809d187
commit fa67d46aca

View File

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