neovim/test/functional
luukvbaal 6e4df18b45
fix(ui): no fast context for prompt message kinds #31224
Problem:  No longer able to show prompt messages with vim.ui_attach().
Solution: Do not execute callback in fast context for prompt message
          kinds. These events must be safe to show the incoming message
          so the event itself serves to indicate that the message
          should be shown immediately.
2024-11-15 14:34:42 -08:00
..
api fix(messages)!: vim.ui_attach message callbacks are unsafe 2024-11-14 13:23:11 +01:00
autocmd fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
core fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
editor fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
ex_cmds fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
fixtures feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323 2024-06-24 07:54:56 -07:00
legacy vim-patch:9.1.0855: setting 'cmdheight' may missing output (#31216) 2024-11-15 00:18:53 +00:00
lua fix(ui): no fast context for prompt message kinds #31224 2024-11-15 14:34:42 -08:00
options fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
plugin fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
provider fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
script docs: render @since versions, 0 means experimental #30649 2024-10-04 02:13:31 -07:00
shada refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
terminal fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
treesitter fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
ui fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
vimscript fix(messages)!: vim.ui_attach message callbacks are unsafe 2024-11-14 13:23:11 +01:00
example_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua fix(test): better management of tmpfiles 2024-11-06 11:37:33 +00:00
testterm.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00