mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

`nvim_(get|set)_option_value` pick the current buffer / window by default for buffer-local/window-local (but not global-local) options. So specifying `buf = 0` or `win = 0` in opts is unnecessary for those options. This PR removes those to reduce code clutter.