aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* vim-patch:9.0.1385: g'Esc is considered an error (#22544)zeertzjq2023-03-06
* fix(redraw): get the line again after evaluating somethingzeertzjq2023-03-04
* test(ui): wait for another success with failure after successzeertzjq2023-03-01
* fix(column): cmdwin cursor is offset with 'statuscolumn' (#22445)luukvbaal2023-02-28
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* Merge pull request #11756 from bfredl/crashfixbfredl2023-02-14
|\
| * fix(status): handle unprintable chars in the statuslineBjörn Linse2023-02-14
* | Merge pull request #22108 from luukvbaal/statuscolumnLewis Russell2023-02-14
|\ \
| * | perf(column): only build fold/sign column when present in 'statuscolumn'Luuk van Baal2023-02-04
* | | test: remove unused field ext_float (#22243)zeertzjq2023-02-14
* | | refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
| |/ |/|
* | fix(folds): cursorline highlight is not always applied on closed folds (#22242)luukvbaal2023-02-14
* | fix(ui): make sure screen is valid after resizingzeertzjq2023-02-13
* | vim-patch:9.0.1298: inserting register on the cmdline does not trigger incsearchzeertzjq2023-02-11
* | fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)Lewis Russell2023-02-05
|/
* fix(column): estimate 'statuscolumn' width appropriatelyluukvbaal2023-02-02
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* fix(extmarks): problems with folded virtual lines (#21930)luukvbaal2023-01-23
* vim-patch:8.2.0382: some tests fail when run under valgrind (#21936)zeertzjq2023-01-21
* perf(statuscolumn): only fill click defs array once per redraw (#21884)luukvbaal2023-01-20
* 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