vim-indent-guides
vim-indent-guides copied to clipboard
Process autocmds when sw, et or ts option changes
trafficstars
The autocmd is only enabled on vim newer than 7.4.786 where the OptionSet autocmd feature was introduced.
This enables that the guides are updated when the corresponding options change, even when the buffer is not switched. Requires a semi-modern vim so the feature is guarded.