neovim/test/functional
zeertzjq 86f81c471a vim-patch:8.2.4577: message test is flaky
Problem:    Message test is flaky. (Elimar Riesebieter)
Solution:   Trigger the autocommand event only after startup is finished.
9323ca51c2
2022-03-31 10:05:26 +08:00
..
api fix: set nested before executing callback (#17801) 2022-03-30 17:59:36 +02:00
autocmd fix(aucmd_win): always make aucmd_win the last window 2022-03-23 09:07:21 +08:00
core fix(channel): fix channel consistency 2022-03-12 19:23:45 +08:00
editor fix(tabpage): correct check for failure to close window 2022-03-27 10:01:35 +08:00
ex_cmds feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
fixtures fix(healthcheck): handle empty reports 2022-02-09 10:18:22 +08:00
legacy vim-patch:8.2.4577: message test is flaky 2022-03-31 10:05:26 +08:00
lua feat: add vim.tbl_get (#17831) 2022-03-24 12:01:04 -07:00
options test: add a test for #17609 2022-03-07 06:43:03 +08:00
plugin chore: fix typos (#17755) 2022-03-25 19:57:59 +01:00
provider test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal chore: fix typos (#17670) 2022-03-17 13:21:24 +08:00
treesitter feat(ui): allow conceal to be defined in decorations 2022-03-20 18:02:41 +01:00
ui fix: correct vertical dragging room calculation with global statusline (#17928) 2022-03-31 08:40:17 +08:00
vimscript fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913) 2022-03-30 05:25:00 +08:00
example_spec.lua
helpers.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
preload.lua