neovim/test/functional/options
zeertzjq 1037ce2e46 test: avoid repeated screen lines in expected states
This is the command invoked repeatedly to make the changes:

    :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
2023-12-09 22:15:02 +08:00
..
autochdir_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
chars_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
cursorbind_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
defaults_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
keymap_spec.lua test: use exec_capture() in more places (#22787) 2023-03-26 10:49:32 +08:00
mousescroll_spec.lua refactor: using a different error number for 'mousescroll' 2023-05-05 09:19:06 +08:00
num_options_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
shortmess_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
tabstop_spec.lua refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00