This proposal adds triggering of doautocmd OptionSet calls on each option being set. This would otherwise happen if we were setting it in the Vim cmd, but doesn't through the nvim_buf_set_option API call.
In terms of usability, it allows for autocmd triggers based on these buffer option updates.
Hello,
This proposal adds triggering of doautocmd OptionSet calls on each option being set. This would otherwise happen if we were setting it in the Vim cmd, but doesn't through the
nvim_buf_set_option
API call.In terms of usability, it allows for autocmd triggers based on these buffer option updates.
Best, Thaer