neovim/test/functional/ui
luukvbaal a4b2400804
fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)
Problem:    The 'statusline'-format ui elements do not receive right
            click events when "mousemodel" is "popup*"
Solution:   Do not draw popupmenu and handle click event instead.
2023-04-25 11:05:04 +08:00
..
bufhl_spec.lua feat(extmarks): extend nvim_buf_get_extmarks() 2023-04-01 13:59:03 +02:00
cmdline_highlight_spec.lua test: use exec_capture() in more places (#22787) 2023-03-26 10:49:32 +08:00
cmdline_spec.lua feat(ui): add scroll_delta to win_viewport event #19270 2023-03-12 15:58:46 -07:00
cursor_spec.lua vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22619) 2023-03-11 10:05:47 +08:00
decorations_spec.lua refactor: rename local API alias from a to api 2023-04-05 17:19:53 +01:00
diff_spec.lua fix(diff): avoid restoring invalid 'foldcolumn' value (#21650) 2023-01-05 07:12:02 +08:00
embed_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
float_spec.lua fix(ruler): show ruler of curwin with no statusline in cmdline 2023-04-17 18:40:12 +01:00
fold_spec.lua test: improve editor/fold_spec.lua and editor/put_spec.lua (#22916) 2023-04-07 09:29:12 +08:00
highlight_spec.lua fix(highlight): combine ColorColumn with low-priority CursorLine (#23017) 2023-04-11 16:51:31 +08:00
hlstate_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
inccommand_spec.lua test: make expect_unchanged() less confusing (#22255) 2023-02-15 07:26:55 +08:00
inccommand_user_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
input_spec.lua fix(tests): remove irrelevant usage of display-=msgsep 2022-08-17 23:44:49 +02:00
linematch_spec.lua fix(diff): handle long lines without crashing (#21389) 2022-12-12 16:44:11 +00:00
messages_spec.lua test: avoid name collisions with Xtest directory (#23019) 2023-04-11 17:18:54 +08:00
mode_spec.lua vim-patch:9.0.1385: g'Esc is considered an error (#22544) 2023-03-06 07:52:11 +08:00
mouse_spec.lua fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258) 2023-04-25 11:05:04 +08:00
multibyte_spec.lua fix(status): handle unprintable chars in the statusline 2023-02-14 15:56:14 +01:00
multigrid_spec.lua feat(ui): add scroll_delta to win_viewport event #19270 2023-03-12 15:58:46 -07:00
options_spec.lua refactor(tui): use nvim_echo() for verbose terminfo 2022-12-20 21:43:42 +01:00
output_spec.lua ci: bump to windows 2022 2023-03-11 22:56:16 +01:00
popupmenu_spec.lua fix(pum): show right-click menu above cmdline area (#23298) 2023-04-24 09:26:10 +08:00
quickfix_spec.lua functests: Fix some ui/*_spec tests 2017-04-09 03:24:26 +03:00
screen_basic_spec.lua fix(ui): make sure screen is valid after resizing 2023-02-13 08:50:54 +08:00
screen.lua fix(screen): redraw the ruler for a current floating window 2023-03-14 11:01:45 +01:00
searchhl_spec.lua feat(ui): add scroll_delta to win_viewport event #19270 2023-03-12 15:58:46 -07:00
sign_spec.lua fix(statuscolumn): fix sign column highlights (#21727) 2023-01-11 09:52:11 +08:00
spell_spec.lua vim-patch:9.0.0969: matchparen highlight is not updated when switching buffers (#21227) 2022-11-29 10:17:57 +08:00
statuscolumn_spec.lua fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258) 2023-04-25 11:05:04 +08:00
statusline_spec.lua fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258) 2023-04-25 11:05:04 +08:00
syntax_conceal_spec.lua test: convert another test in test_matchadd_conceal.vim to Lua (#21353) 2022-12-09 10:37:53 +08:00
tabline_spec.lua fix(tabline): avoid memory leak in tabline click definitions (#21847) 2023-01-17 09:51:01 +08:00
wildmode_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
winbar_spec.lua test(winbar_spec): properly update winbar when 'showcmdloc' is "statusline" 2023-04-14 00:11:28 +02:00