neovim/test/functional/api
Sean Dewar 22d9338afc
fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)
A command typed in the cmdwin and executed with `<CR>` is expected to be
executed in the context of the old curwin/buf, so it shouldn't be changed.
2023-08-17 00:53:10 +01:00
..
autocmd_spec.lua test(api): update tests to new error messages 2023-08-07 13:18:11 +02:00
buffer_spec.lua fix(api): allow negative column arguments for nvim_buf_set_text (#23501) 2023-07-04 22:07:55 +08:00
buffer_updates_spec.lua refactor(defaults)!: change default 'commentstring' value to empty (#22862) 2023-04-02 23:01:48 +08:00
command_spec.lua fix(api): allow empty Lua table for nested dicts #22268 2023-02-16 07:07:18 -08:00
extmark_spec.lua refactor(api): use typed keysets 2023-08-07 13:11:15 +02:00
highlight_spec.lua refactor(api): use typed keysets 2023-08-07 13:11:15 +02:00
keymap_spec.lua test: more tests for nvim_{set,del}_keymap with abbreviation (#23970) 2023-06-10 10:44:31 +08:00
menu_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
proc_spec.lua refactor(api): consistent VALIDATE messages #22262 2023-02-14 11:19:28 -08:00
rpc_fixture.lua fix(tests): fixes for using vim.mpack and more ASAN 2023-02-10 20:19:04 +01:00
server_notifications_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
server_requests_spec.lua fix(tests): fixes for using vim.mpack and more ASAN 2023-02-10 20:19:04 +01:00
tabpage_spec.lua API: include invalid buffer/window/tabpage in error message (#11712) 2020-01-14 09:21:10 +01:00
ui_spec.lua test: fix VimResume test flakiness (#24438) 2023-07-23 10:03:05 +08:00
version_spec.lua feat: report "build" in vim.version() #23925 2023-06-11 14:57:23 -07:00
vim_spec.lua fix(keycodes): recognize <t_xx> as a key (#24700) 2023-08-13 22:14:48 +08:00
window_spec.lua fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745) 2023-08-17 00:53:10 +01:00