mirror of
https://github.com/neovim/neovim.git
synced 2026-03-18 14:48:13 +00:00
Problem: v:option_old and v:option_new are cleared when using :set in
OptionSet autocmd. (Gary Johnson)
Solution: Don't trigger OptionSet recursively.
3f3fb0b147