aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* refactor(tests): continue the global highlight definition workbfredl2024-11-08
* Merge pull request #31040 from luukvbaal/cmdpreviewcursbfredl2024-11-08
|\
| * fix(inccommand): ensure cursor is where it belongsLuuk van Baal2024-11-07
* | test: add test for key following ignored mouse move (#31104)zeertzjq2024-11-07
* | perf(mouse): only generate <MouseMove> for a new cell positon (#31103)errael2024-11-07
* | vim-patch:9.1.0830: using wrong highlight group for spaces for popupmenu (#31...zeertzjq2024-11-03
|/
* vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988)zeertzjq2024-10-30
* test(pum): add test for item selection with 'rightleft' (#30968)zeertzjq2024-10-28
* fix(pum): don't select item when clicking to the left/right (#30967)zeertzjq2024-10-28
* fix(options): fix 'winhl' still accepting invalid value (#30896)zeertzjq2024-10-22
* fix(options): fix :setglobal not working for 'spelloptions' (#30894)zeertzjq2024-10-22
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* feat(ui): statusline text inherits highlights #29976Riley Bruins2024-10-12
* feat(ui): cascading style inheritance for Pmenu* highlights #29980Riley Bruins2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq2024-10-08
* fix(mouse): indicate X1 and X2 button clicks on statusline (#30655)zeertzjq2024-10-04
* vim-patch:9.1.0756: missing change from patch v9.1.0754 (#30636)glepnir2024-10-03
* fix(ui): ensure screen update before waiting for input #30576fredizzimo2024-10-03
* vim-patch:9.1.0754: fixed order of items in insert-mode completion menu (#30619)glepnir2024-10-03
* fix(tabline): restore behavior of click after last tabpage (#30602)zeertzjq2024-10-01
* fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
* fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(window): respect hide flag of float windows when switching (#30507)glepnir2024-09-28
* vim-patch:9.1.0743: diff mode does not handle overlapping diffs correctly (#3...zeertzjq2024-09-27
* vim-patch:9.1.0740: incorrect internal diff with empty file (#30471)zeertzjq2024-09-23
* vim-patch:35699f1: runtime(vim): Update base-syntax, improve folding function...zeertzjq2024-09-20
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* vim-patch:9.1.0729: Wrong cursor-screenline when resizing windowzeertzjq2024-09-14
* fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders2024-09-11
* Merge pull request #30295 from glepnir/nfloatbfredl2024-09-10
|\
| * fix(highlight): floating windows inherit NormalFloat from global-nsglepnir2024-09-10
* | Merge pull request #30236 from luukvbaal/invalidbfredl2024-09-06
|\ \
| * | fix(decor): exclude invalid marks from meta totalLuuk van Baal2024-09-04
| |/
* / feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
|/
* vim-patch:9.1.0704: inserting with a count is inefficient (#30206)zeertzjq2024-09-01
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* vim-patch:9.1.0690: cannot set special highlight kind in popupmenu (#30128)zeertzjq2024-08-24
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* fix(api): error properly with invalid field in nvim_open_win (#30078)zeertzjq2024-08-17
* refactor(tests): again yet more global highlight definitionsbfredl2024-08-14
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* 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
* fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq2024-07-26
* fix(decor): don't draw invalidated virtual lines (#29858)luukvbaal2024-07-26
* vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char d...zeertzjq2024-07-19
* test: fix reporting "no flush received" too early (#29735)zeertzjq2024-07-17