mirror of
https://github.com/neovim/neovim.git
synced 2026-07-02 15:53: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