diff --git a/plugin/indent_guides.vim b/plugin/indent_guides.vim index 3a83779..99a96a8 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -72,5 +72,8 @@ augroup indent_guides autocmd VimEnter * :IndentGuidesEnable endif - autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds() + autocmd BufEnter,WinEnter * call indent_guides#process_autocmds() + + " Trigger BufEnter and process modelines. + autocmd ColorScheme * doautocmd indent_guides BufEnter augroup END