neovim/test/functional
Gregory Anders cf32053d60
fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)
nvim_buf_get_extmark uses "end_row" rather than "end_line" in its
'details' dict, which means callers must modify the key names if they
want to re-use the information. Change the parameter name in
nvim_buf_set_extmark to "end_row" and use "end_line" as an alias
to make this more consistent.
2021-12-08 08:44:48 -07:00
..
api fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548) 2021-12-08 08:44:48 -07:00
autocmd feat: trigger ModeChanged for terminal modes 2021-11-18 11:23:18 +01:00
core chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
editor fix(input): never reinterpret unmapped ALT- chrods in Terminal mode (#16222) 2021-11-04 07:43:05 -06:00
ex_cmds vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is used 2021-11-19 20:07:04 +08:00
fixtures NVIM 0.6.0 2021-11-30 18:20:42 +01:00
legacy vim-patch:8.2.3671: restarting Insert mode in prompt buffer too often 2021-12-07 11:34:28 +00:00
lua fix(diagnostic): escape special chars in file names (#16527) 2021-12-05 19:39:00 -07:00
options fix(options): using :set fillchars should clear local value 2021-11-17 07:11:46 +08:00
plugin chore(lsp): clean up initialization process (#16369) 2021-11-21 11:39:30 -05:00
provider refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal test: add tests for freeing channel opened by termopen() 2021-11-11 09:34:23 +08:00
treesitter fix(tests): adapt parser_spec test to tree-sitter bump 2021-11-23 18:38:22 +01:00
ui Merge pull request #16556 from zeertzjq/hl-change-update 2021-12-07 18:41:17 +01:00
vimscript vim-patch:7.4.1777 2021-11-26 18:53:10 +00:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test: fix running functional tests under gdbserver 2021-09-20 18:10:40 +05:30
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00