neovim/test/functional/ex_cmds
bfredl e61228a214 fix(tests): needing two calls to setup a screen is cringe
Before calling "attach" a screen object is just a dummy container for
(row, col) values whose purpose is to be sent as part of the "attach"
function call anyway.

Just create the screen in an attached state directly. Keep the complete
(row, col, options) config together. It is still completely valid to
later detach and re-attach as needed, including to another session.
2024-11-14 12:40:57 +01:00
..
append_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
arg_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cd_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cmd_map_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
debug_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
dict_notifications_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
digraphs_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
drop_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
echo_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
edit_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
encoding_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
excmd_spec.lua vim-patch:8.2.4065: computation overflow with large cound for :yank 2024-07-14 06:12:42 +08:00
file_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
grep_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
help_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
highlight_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
ls_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
make_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
map_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
menu_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mksession_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
mkview_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
normal_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
oldfiles_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
print_commands_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
profile_spec.lua test: tmpname() can skip file creation 2024-09-02 20:19:50 +02:00
quickfix_commands_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
quit_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
script_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
sign_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
source_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
swapfile_preserve_recover_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
syntax_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
trust_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
undojoin_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
verbose_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
wincmd_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
write_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
wundo_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
wviminfo_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00