neovim/test/functional/ui
Luuk van Baal 378edbbd34 feat(ui): use commandline for prompt "messages"
Problem:  Prompts are emitted as messages events, where cmdline events
          are more appropriate. The user input is also emitted as
          message events in fast context, so cannot be displayed with
          vim.ui_attach().
Solution: Ask for user input through cmdline prompts.
2024-12-17 15:55:17 +01:00
..
bufhl_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
cmdline_highlight_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
cmdline_spec.lua feat(ui): use commandline for prompt "messages" 2024-12-17 15:55:17 +01:00
cursor_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
decorations_spec.lua feat(ui): sign/statuscolumn can combine highlight attrs #31575 2024-12-14 10:21:50 -08:00
diff_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
embed_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
float_spec.lua feat(ui): sign/statuscolumn can combine highlight attrs #31575 2024-12-14 10:21:50 -08:00
fold_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
highlight_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
hlstate_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
inccommand_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
inccommand_user_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
input_spec.lua feat(ui): use commandline for prompt "messages" 2024-12-17 15:55:17 +01:00
linematch_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
messages_spec.lua feat(ui): use commandline for prompt "messages" 2024-12-17 15:55:17 +01:00
mode_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
mouse_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
multibyte_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
multigrid_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
options_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
output_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
popupmenu_spec.lua vim-patch:9.1.0934: hard to view an existing buffer in the preview window (#31605) 2024-12-17 03:34:30 +00:00
quickfix_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
screen_basic_spec.lua fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419) 2024-12-02 10:05:49 +08:00
screen.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
scrollbind_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
searchhl_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
sign_spec.lua feat(ui): sign/statuscolumn can combine highlight attrs #31575 2024-12-14 10:21:50 -08:00
spell_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
statuscolumn_spec.lua feat(ui): sign/statuscolumn can combine highlight attrs #31575 2024-12-14 10:21:50 -08:00
statusline_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
syntax_conceal_spec.lua fix(move): redraw for 'concealcursor' after changing w_wcol (#31276) 2024-11-20 08:24:58 +08:00
tabline_spec.lua feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984 2024-11-16 15:32:36 -08:00
title_spec.lua fix(ui): update title in more cases (#31508) 2024-12-10 14:53:02 +08:00
wildmode_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
winbar_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00