We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac069a9 commit 0421be2Copy full SHA for 0421be2
plugin/indent_guides.vim
@@ -72,5 +72,8 @@ augroup indent_guides
72
autocmd VimEnter * :IndentGuidesEnable
73
endif
74
75
- autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds()
+ autocmd BufEnter,WinEnter * call indent_guides#process_autocmds()
76
+
77
+ " Trigger BufEnter and process modelines.
78
+ autocmd ColorScheme * doautocmd indent_guides BufEnter
79
augroup END
0 commit comments