neovim/test/functional/provider
Famiu Haque 576dddb461 test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value
`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.
2023-05-22 13:02:07 +06:00
..
clipboard_spec.lua fix(clipboard): show provider warning when not during batch changes #21451 2023-01-03 15:17:54 -08:00
define_spec.lua test, provider/define_spec.lua: fix few tests fail 2021-01-01 04:30:55 -05:00
nodejs_spec.lua feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07:00
perl_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
provider_spec.lua [RFC] fix: has('python') error (#17252) 2022-01-31 15:06:46 +01:00
python3_spec.lua test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
ruby_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00