neovim/test/functional/api
Gregory Anders 58d028f64b feat(api): add "buf" and "win" to nvim_get_option_value
These mirror their counterparts in nvim_set_option_value.
2022-06-20 09:16:21 -06:00
..
autocmd_spec.lua feat(autocmds): retrieve lua callback (#18642) 2022-06-09 07:18:56 -06:00
buffer_spec.lua fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498) 2022-02-23 22:19:47 +00:00
buffer_updates_spec.lua fix(tests): missing clear() #18927 2022-06-13 04:05:17 -07:00
command_spec.lua fix(nvim_create_user_command): make smods work with nvim_cmd 2022-06-08 15:24:52 +06:00
extmark_spec.lua feat(api/ui): win_extmarks 2022-05-03 22:26:02 +08:00
highlight_spec.lua fix(hl): return cterm fg/bg even if they match Normal #18981 2022-06-16 18:33:58 -07:00
keymap_spec.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00
menu_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
proc_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
rpc_fixture.lua server_requests_spec: fix assertion, pass Lua paths via args (#10875) 2019-09-16 19:16:39 +02:00
server_notifications_spec.lua test(api): mark "notify cancels stale events on channel close" fragile 2021-11-30 22:27:34 -05:00
server_requests_spec.lua test: remove checks to see if current CI job is travis or appveyor 2022-02-17 22:43:48 +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 UIEnter/UILeave: fire for embedder UI, builtin TUI 2019-09-12 17:04:05 -07:00
version_spec.lua fix(tests): missing clear() #18927 2022-06-13 04:05:17 -07:00
vim_spec.lua feat(api): add "buf" and "win" to nvim_get_option_value 2022-06-20 09:16:21 -06:00
window_spec.lua docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00