neovim/test/functional
zeertzjq 1ef7720567 fix(api)!: correctly deal with number before :tab
Now nvim_parse_cmd and nvim_create_user_command use a "tab" value which
is the same as the number passed before :tab modifier instead of the
number plus 1, and "tab" value is -1 if :tab modifier is not used.
2022-09-02 22:28:57 +08:00
..
api fix(api)!: correctly deal with number before :tab 2022-09-02 22:28:57 +08:00
autocmd fix(events): triggered WinScrolled when only skipcol changed (#19972) 2022-08-29 06:16:20 +08:00
core revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826) 2022-08-18 22:09:50 +08:00
editor fix(keywordprg): default to :help if set to empty string (#19983) 2022-08-29 05:58:32 +08:00
ex_cmds vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018) 2022-08-31 09:41:00 +08:00
fixtures vim-patch:8.2.4334: command line popup menu not positioned correctly 2022-08-22 09:08:47 +08:00
legacy vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018) 2022-08-31 09:41:00 +08:00
lua fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037) 2022-09-01 16:37:29 +08:00
options fix(fillchars): change fallback after setcellwidths() 2022-08-08 20:03:40 +08:00
plugin feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
provider fix(tests): remove irrelevant usage of display-=msgsep 2022-08-17 23:44:49 +02:00
shada build: rename build-related dirs 2022-06-28 04:02:29 -07:00
terminal feat(tui): recognize sidescroll events (#19992) 2022-08-30 10:55:00 +08:00
treesitter fix(treesitter): make it get_captures_at_position 2022-08-26 13:57:31 +02:00
ui fix(highlight): set the window namespace when redrawing statusline 2022-08-30 10:28:11 +02:00
vimscript feat(mapset): support restoring Lua callback (#20024) 2022-09-01 06:19:49 +08:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test(treesitter): make internal lang test pending when necessary 2022-08-24 16:59:13 +02:00
preload.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00