Skip to content

Commit ac069a9

Browse files
committed
Process autocmds after loading the colorscheme.
1 parent 5bc809d commit ac069a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ augroup indent_guides
7272
autocmd VimEnter * :IndentGuidesEnable
7373
endif
7474

75-
autocmd BufEnter,WinEnter * call indent_guides#process_autocmds()
75+
autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds()
7676
augroup END

0 commit comments

Comments
 (0)