neovim/test/functional/shada
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
..
buffers_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
compatibility_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
errors_spec.lua feat(shada): restore Blob globals properly 2021-09-15 21:19:30 +01:00
helpers.lua fix(rpc)!: preseve files when stdio channel is closed (#22137) 2023-02-11 18:25:01 +08:00
history_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
marks_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
merging_spec.lua refactor: remove modelines from Lua files 2023-04-13 23:29:13 +02:00
registers_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
shada_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
variables_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00