mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +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