aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* fix(extmarks): blending space shouldn't overwrite wide char (#26960)zeertzjq2024-01-09
* fix(extmarks): handle overwriting right half of wide char (#26951)zeertzjq2024-01-09
* fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)luukvbaal2024-01-05
* fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
* refactor: format test/*Justin M. Keyes2024-01-03
* refactor: fix luals warningsdundargoc2023-12-30
* fix(drawline): don't use temporary "v" variable when not needed (#26777)zeertzjq2023-12-28
* fix(column): correct width after truncated 'statuscolumn' error (#26737)luukvbaal2023-12-26
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(options): remove side effects from `check_num_option_bounds()`Famiu Haque2023-12-24
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* refactor(runtime): rewrite 'vim' color scheme in LuaEvgeni Chasnovski2023-12-21
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* fix(options): setting 'scroll' with resized grid (#26628)zeertzjq2023-12-18
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* test: make text-only snapshots work (#26494)zeertzjq2023-12-10
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: allow avoiding repeated screen lines in expected stateszeertzjq2023-12-09
* perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* test(inccommand_spec): actually trigger 'inccommand' previewzeertzjq2023-12-07
* fix(inccommand): save and restore '[ and '] marks (#26442)zeertzjq2023-12-07
* test: set 'termguicolors' in outer Nvim instance (#26437)zeertzjq2023-12-07
* Merge pull request #26381 from bfredl/delaycolorsbfredl2023-12-06
|\
| * fix(startup): only send one default_colors_set event during startupbfredl2023-12-06
* | Merge pull request #26407 from gpanders/default-tgcGregory Anders2023-12-06
|\ \
| * | test: set notermguicolors in testsGregory Anders2023-12-06
| |/
* / test: 'nofsync' with deadly signal #26415Justin M. Keyes2023-12-06
|/
* vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lines (#26412)zeertzjq2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29
* fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* fix(mouse): avoid dragging when clicking next to popupmenu (#26201)luukvbaal2023-11-25
* fix(messages): validate msg_grid before using msg_grid_pos (#26189)zeertzjq2023-11-24
* fix(mouse): avoid dragging after click label popupmenu callback (#26187)luukvbaal2023-11-24
* fix(column): reset decor state before starting from topLuuk van Baal2023-11-23
* test: remove the pipe created by new_pipename() (#26173)zeertzjq2023-11-23
* fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)luukvbaal2023-11-23
* fix(decorations): fix imbalanced sign countbfredl2023-11-22
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* fix(messages): :map output with ext_messages (#26126)Bara C. Tudor2023-11-22