aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* vim-patch:8.2.4655: cmdline completion popup menu positioned wrong (#21894)zeertzjq2023-01-19
* fix(statusline): don't leak memory with truncated click labelszeertzjq2023-01-19
* fix(statusline): don't leak memory with zero-width click labelszeertzjq2023-01-19
* fix(statuscolumn): always fill click defs array (#21878)zeertzjq2023-01-18
* fix(tabline): avoid memory leak in tabline click definitions (#21847)luukvbaal2023-01-17
* test(statuscolumn): %l should follow default wrap behavior (#21766)Brian Koropoff2023-01-17
* fix(column): avoid drawing columns for virt_lines_leftcolLuuk van Baal2023-01-16
* fix(column)!: ensure 'statuscolumn' works with virtual and wrapped linesLuuk van Baal2023-01-16
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* 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
* | vim-patch:8.2.4579: cannot use page-up and page-down in the cmdline popup menuzeertzjq2023-01-15
* | vim-patch:8.2.4341: command line not redrawn when finishing popup menu (#21792)zeertzjq2023-01-14
* | fix(statuscolumn): make %l/%r respect 'number'/'relativenumber' (#21747)luukvbaal2023-01-13
* | test: avoid consecutive mouse input at different positions (#21781)zeertzjq2023-01-13
* | fix(ui): command line issues with external messages (#21709)luukvbaal2023-01-13
* | fix(mouse): statusline click registered as statuscolumn (#21748)luukvbaal2023-01-13
* | fix(statuscolumn): foldcolumn buffer is too small (#21761)luukvbaal2023-01-12
* | fix(statuscolumn): fix sign column highlights (#21727)luukvbaal2023-01-11
|/
* fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq2023-01-10
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
* test(statuscolumn): add more tests for wrapped lines (#21718)zeertzjq2023-01-10
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* fix(ui): add test caseRaphael2023-01-09
* fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq2023-01-05
* Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
|\
| * test: add test cases for command line issuesLuuk van Baal2022-12-31
* | fix(tui): more work in the TUIbfredl2022-12-31
|/
* fix(win_close): remove float grid after closing buffer (#21551)zeertzjq2022-12-27
* fix(statusline): don't show showcmd when not enough space (#21550)zeertzjq2022-12-27
* fix(showcmd): assert failure with cmdheight=0 (#21536)zeertzjq2022-12-26
* fix(options): restore exists() behavior for options (#21510)zeertzjq2022-12-23
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* fix(diff): handle long lines without crashing (#21389)Lewis Russell2022-12-12
* test: convert another test in test_matchadd_conceal.vim to Lua (#21353)zeertzjq2022-12-09
* vim-patch:9.0.1030: using freed memory with the cmdline popup menuzeertzjq2022-12-09
* fix(float): fix crash with bufpos and non-existent window (#21319)zeertzjq2022-12-07
* test: add more tests for float window bufpos (#21318)zeertzjq2022-12-07
* vim-patch:9.0.0969: matchparen highlight is not updated when switching buffer...zeertzjq2022-11-29
* docs: fix typos (#21196)dundargoc2022-11-29
* test: adding/removing winbar should not cause win_pos events (#21226)zeertzjq2022-11-29
* fix(tests): only get the color map once, even for multiple test filesbfredl2022-11-27
* docs: fix typos (#21168)dundargoc2022-11-26
* vim-patch:8.2.2684: not enough folding code is testedzeertzjq2022-11-25
* fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162)zeertzjq2022-11-23
* test: simplify platform detection (#21020)dundargoc2022-11-22
* vim-patch:9.0.0884: mouse shape remains in op-pending mode after failed chang...zeertzjq2022-11-15
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13