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 7ce9d4e commit 549dcf0Copy full SHA for 549dcf0
plugin/indent_guides.vim
@@ -86,6 +86,9 @@ augroup indent_guides
86
endif
87
88
autocmd BufEnter,WinEnter,FileType * call indent_guides#process_autocmds()
89
+ if (v:version == 704 && has('patch786')) || (v:version > 704)
90
+ autocmd OptionSet tabstop,shiftwidth,expandtab call indent_guides#process_autocmds()
91
+ endif
92
93
" Trigger BufEnter and process modelines.
94
autocmd ColorScheme * doautocmd indent_guides BufEnter
0 commit comments