neovim/test/functional/ui
Luuk van Baal 4f9260d06a feat(ext_messages): add hl_id to ext_messages chunks
Problem:  Ext_messages chunks only contain the highlight attr id, which
          is not very useful for vim.ui_attach() consumers.
Solotion: Add highlight group id to message chunks, which can easily be
          used to highlight text in the TUI through nvim_buf_set_extmark():
          hl_group = synIDattr(id, "name").
2024-11-09 14:28:17 +01:00
..
bufhl_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cmdline_highlight_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cmdline_spec.lua feat(api): add nvim__redraw for more granular redrawing 2024-05-02 15:57:06 +02:00
cursor_spec.lua vim-patch:9.1.0476: Cannot see matched text in popup menu 2024-06-15 04:47:23 +08:00
decorations_spec.lua fix(drawline): correct highlight priority with Visual selection (#30706) 2024-10-08 06:24:36 +08:00
diff_spec.lua vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988) 2024-10-30 09:05:11 +08:00
embed_spec.lua refactor(message): propagate highlight id instead of attrs 2024-11-08 13:21:35 +01:00
float_spec.lua feat(float): allow enabling mouse for non-focusable window (#30844) 2024-10-20 22:18:26 +08:00
fold_spec.lua fix(drawline): correct highlight priority with Visual selection (#30706) 2024-10-08 06:24:36 +08:00
highlight_spec.lua fix(options): fix 'winhl' still accepting invalid value (#30896) 2024-10-22 08:10:15 +00:00
hlstate_spec.lua refactor(message): propagate highlight id instead of attrs 2024-11-08 13:21:35 +01:00
inccommand_spec.lua feat(api): add nvim__redraw for more granular redrawing 2024-05-02 15:57:06 +02:00
inccommand_user_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
input_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
linematch_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
messages_spec.lua feat(ext_messages): add hl_id to ext_messages chunks 2024-11-09 14:28:17 +01:00
mode_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mouse_spec.lua test: add test for key following ignored mouse move (#31104) 2024-11-07 17:53:30 +08:00
multibyte_spec.lua feat(ui): statusline text inherits highlights #29976 2024-10-12 10:57:31 -07:00
multigrid_spec.lua fix(ui): ensure screen update before waiting for input #30576 2024-10-03 02:31:17 -07:00
options_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
output_spec.lua refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00
popupmenu_spec.lua vim-patch:9.1.0830: using wrong highlight group for spaces for popupmenu (#31054) 2024-11-03 08:27:15 +08:00
quickfix_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
screen_basic_spec.lua fix(drawline): don't draw beyond end of window (#29035) 2024-05-27 14:37:22 +08:00
screen.lua feat(ext_messages): add hl_id to ext_messages chunks 2024-11-09 14:28:17 +01:00
scrollbind_spec.lua fix(scrollbind): properly take filler/virtual lines into account 2024-07-31 11:33:32 +01:00
searchhl_spec.lua vim-patch:8.2.5047: CurSearch highlight is often wrong 2024-06-19 08:02:29 +08:00
sign_spec.lua fix(column): set signcolumn width after splitting window (#30556) 2024-09-28 17:16:22 +08:00
spell_spec.lua fix(options): fix :setglobal not working for 'spelloptions' (#30894) 2024-10-22 11:34:09 +08:00
statuscolumn_spec.lua fix(mouse): don't treat click on hsep as click on statusline (#29565) 2024-07-05 07:24:45 +08:00
statusline_spec.lua feat(ui): statusline text inherits highlights #29976 2024-10-12 10:57:31 -07:00
syntax_conceal_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabline_spec.lua feat(ui): statusline text inherits highlights #29976 2024-10-12 10:57:31 -07:00
title_spec.lua fix: replace NVIM with Nvim in default titlestring (#30348) 2024-09-11 20:32:08 +00:00
wildmode_spec.lua refactor(tests): again yet more global highlight definitions 2024-08-14 14:03:34 +02:00
winbar_spec.lua feat(ui): statusline text inherits highlights #29976 2024-10-12 10:57:31 -07:00