mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-10 10:53:47 -05:00
Process autocmds after loading the colorscheme.
This commit is contained in:
@@ -72,5 +72,5 @@ augroup indent_guides
|
|||||||
autocmd VimEnter * :IndentGuidesEnable
|
autocmd VimEnter * :IndentGuidesEnable
|
||||||
endif
|
endif
|
||||||
|
|
||||||
autocmd BufEnter,WinEnter * call indent_guides#process_autocmds()
|
autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds()
|
||||||
augroup END
|
augroup END
|
||||||
|
|||||||
Reference in New Issue
Block a user