mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
576dddb461
`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. |
||
---|---|---|
.. | ||
buffers_spec.lua | ||
compatibility_spec.lua | ||
errors_spec.lua | ||
helpers.lua | ||
history_spec.lua | ||
marks_spec.lua | ||
merging_spec.lua | ||
registers_spec.lua | ||
shada_spec.lua | ||
variables_spec.lua |