neovim/test/functional/vimscript
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
..
api_functions_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
buf_functions_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
changedtick_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
container_functions_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
ctx_functions_spec.lua revert: "shada/context: fully remove jumplist duplicates #10898" (#21874) 2023-01-23 19:32:27 +08:00
environ_spec.lua test: fix dependencies between test cases (#23343) 2023-04-27 15:51:44 +08:00
errorlist_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
eval_spec.lua vim-patch:9.0.0875: using freed memory when executing delfunc at more prompt (#23314) 2023-04-25 23:19:00 +08:00
executable_spec.lua test: fix dependencies between test cases (#23343) 2023-04-27 15:51:44 +08:00
execute_spec.lua test: add tests for executing commands with backwards range 2023-05-05 19:07:56 +08:00
exepath_spec.lua test: exepath() returns correct path with cmd.exe, powershell #21928 2023-01-26 03:06:29 -08:00
fnamemodify_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
functions_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
getline_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
glob_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
has_spec.lua feat(ui): restore has('gui_running') 2023-02-27 19:50:59 +01:00
hostname_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
input_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
json_functions_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
lang_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
let_spec.lua test(let_spec): increase expect_exit() timeout 2022-08-05 08:32:54 +08:00
map_functions_spec.lua vim-patch:8.2.4890: inconsistent capitalization in error messages 2023-05-05 09:20:30 +08:00
match_functions_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
minmax_functions_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
modeline_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
msgpack_functions_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
null_spec.lua vim-patch:8.2.4890: inconsistent capitalization in error messages 2023-05-05 09:20:30 +08:00
operators_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
printf_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
reltime_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
screenchar_spec.lua fix(float): make screen*() functions respect floating windows 2022-06-23 10:34:02 +03:00
screenpos_spec.lua fix(screenpos, float): add top and left border adjustment 2021-12-15 22:40:10 +08:00
server_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
setpos_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
sort_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
special_vars_spec.lua fix(typval): don't treat v:null as truthy (#23281) 2023-04-23 17:44:08 +08:00
string_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
system_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
timer_spec.lua test: make expect_unchanged() less confusing (#22255) 2023-02-15 07:26:55 +08:00
uniq_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
vvar_event_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
wait_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
writefile_spec.lua vim-patch:9.0.0250: slightly inconsistent error messages 2023-05-05 09:20:30 +08:00