neovim/test/functional/api
Famiu Haque 7aedcd8feb refactor(api): make range in nvim_parse_cmd an array
Changes the `range` value in `nvim_parse_cmd` into an array to describe
range information more concisely. Also makes `range` and `count` be
mutually exclusive by making count `-1` when command takes a range
instead of a count. Additionally corrects the behavior of `count` for
built-in commands by making the default count `0`.
2022-05-05 20:35:14 +06:00
..
autocmd_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08: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 fix(api): correctly pass f-args for nvim_create_user_command (#18098) 2022-04-13 08:04:56 -06:00
extmark_spec.lua feat(api/ui): win_extmarks 2022-05-03 22:26:02 +08:00
highlight_spec.lua docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
keymap_spec.lua fix(mappings): fix double-free when unmapping simplifiable Lua mapping 2022-04-29 17:39:24 +08: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 feat: add "prerelease" to version dict 2022-05-03 11:33:55 +02:00
vim_spec.lua refactor(api): make range in nvim_parse_cmd an array 2022-05-05 20:35:14 +06:00
window_spec.lua fix(api): nvim_win_set_cursor() redraw for cursorline and statusline 2022-02-15 11:53:12 +08:00