neovim/test/functional/ex_cmds
Justin M. Keyes 4c346f677e feat(jobs): jobstart(…,{term:true}), deprecate termopen()
Problem:
`termopen` has long been a superficial wrapper around `jobstart`, and
has no real purpose. Also, `vim.system` and `nvim_open_term` presumably
will replace all features of `jobstart` and `termopen`, so centralizing
the logic will help with that.

Solution:
- Introduce "term" flag of `jobstart`.
- Deprecate `termopen`.
2024-12-18 15:42:04 +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 feat(jobs): jobstart(…,{term:true}), deprecate termopen() 2024-12-18 15:42:04 +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