vim-indent-guides icon indicating copy to clipboard operation
vim-indent-guides copied to clipboard

Process autocmds when sw, et or ts option changes

Open mhaehnel opened this issue 7 years ago • 1 comments
trafficstars

The autocmd is only enabled on vim newer than 7.4.786 where the OptionSet autocmd feature was introduced.

mhaehnel avatar Jun 24 '18 20:06 mhaehnel

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.

mhaehnel avatar Jun 24 '18 20:06 mhaehnel