neovim/test/functional/api
Gregory Anders 92349b1db0
feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)
This enables retrieving autocommands defined in the given buffers. Under
the hood this simply translates the buffer numbers into '<buffer=%d>'
patterns.
2022-03-06 12:35:14 -07:00
..
autocmd_spec.lua feat(api): add 'buffer' argument to nvim_get_autocmds (#17594) 2022-03-06 12:35:14 -07: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 test: use helpers.pending_win32(pending) in buffer_updates_spec 2022-03-03 16:07:39 +08:00
command_spec.lua feat(lua): add <f-args> to user commands callback (#17522) 2022-02-27 12:35:06 -07:00
extmark_spec.lua feat(api): expose extmark right_gravity and end_right_gravity 2022-01-24 09:52:13 +09:00
highlight_spec.lua feat(tui): add support for CSI 4 : [2,4,5] m 2022-03-03 23:35:36 +03:00
keymap_spec.lua test: move two mapping tests to ex_cmds/map_spec.lua 2022-03-02 08:15:29 +08:00
menu_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
proc_spec.lua doc + extmarks tweaks #11421 2019-11-25 01:08:02 -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 test/api: verify that UI options from stable metadata are preserved 2018-12-21 10:52:25 +01:00
vim_spec.lua fix(api): re-route nvim_get_runtime_file errors 2022-02-15 23:00:28 +00:00
window_spec.lua fix(api): nvim_win_set_cursor() redraw for cursorline and statusline 2022-02-15 11:53:12 +08:00