mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 12:35:48 +00:00
`nvim_get_option_value` throws a warning if both `scope` and `buf` options are used at the same time. This is because using `buf` always implies `scope` is local, and is therefore not needed. There's however no need to error if `scope` is already set "local" as it's the correct value.