Process autocmds after loading the colorscheme.

This commit is contained in:
Nate Kane 2013-02-04 13:10:55 +10:00
parent 5bc809d055
commit ac069a993e

View File

@ -72,5 +72,5 @@ augroup indent_guides
autocmd VimEnter * :IndentGuidesEnable
endif
autocmd BufEnter,WinEnter * call indent_guides#process_autocmds()
autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds()
augroup END