aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/popupmenu_spec.lua
Commit message (Expand)AuthorAge
* vim-patch:9.1.0629: Rename of pum hl_group is incompletezeertzjq2024-07-27
* test(ui/popupmenu_spec): add case of hl_group field in complete itemsglepnir2024-07-27
* test(ui/popupmenu_spec): make highlights more consistentzeertzjq2024-07-27
* vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq2024-07-07
* vim-patch:9.1.0534: completion wrong with fuzzy when cycling back to original...zeertzjq2024-07-06
* vim-patch:9.1.0496: matched text is highlighted case-sensitivelyzeertzjq2024-06-18
* vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
* vim-patch:9.1.0494: Wrong matched text highlighted in pum with 'rightleft' (#...zeertzjq2024-06-17
* vim-patch:9.1.0491: Cmdline pum doesn't work properly with 'rightleft' (#29355)zeertzjq2024-06-15
* vim-patch:9.1.0488: Wrong padding for pum "kind" with 'rightleft' (#29352)zeertzjq2024-06-15
* vim-patch:9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"zeertzjq2024-06-15
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* test: do not set termguicolors in test runnerGregory Anders2024-05-31
* fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes2024-04-30
* fix(completion): improve popup window position (#26739)Raphael2024-04-25
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* Merge pull request #28156 from bfredl/attr_extendbfredl2024-04-03
|\
| * refactor(tests): allow to extend the new base set of attrsbfredl2024-04-02
* | vim-patch:9.0.0581: adding a character for incsearch fails at end of linezeertzjq2024-04-03
|/
* test: add test for scroll wheel at right-click menu (#27409)zeertzjq2024-02-10
* test: big cleanup followupLewis Russell2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq2024-01-10
* refactor: format test/*Justin M. Keyes2024-01-03
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* feat(ui): completeopt support popup like vimmathew2023-12-16
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* vim-patch:8.2.4497: wrong color for half of wide character next to pum scroll...zeertzjq2023-10-18
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
* vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq2023-08-22
* fix(mouse): fix popup menu position check with winbar (#23456)zeertzjq2023-05-03
* fix(pum): fix missing scrollbar with 'rightleft' (#23448)zeertzjq2023-05-03
* fix(pum): fix missing rightmost column with 'rightleft' (#23445)zeertzjq2023-05-02
* vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* vim-patch:9.0.1493: popup menu position wrong in window with toolbarzeertzjq2023-04-28
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)zeertzjq2023-04-23
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* vim-patch:8.2.0382: some tests fail when run under valgrind (#21936)zeertzjq2023-01-21
* vim-patch:8.2.4655: cmdline completion popup menu positioned wrong (#21894)zeertzjq2023-01-19
* Merge pull request #21731 from tk-shirasaka/fix/builtin_popup_on_ext_popupmenubfredl2023-01-15
|\
| * fix: properly close builtin popup in ext_popupmenushirasaka2023-01-11