aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
* | vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
* | docs: small fixes (#27213)dundargoc2024-02-06
* | test: add test for 'foldcolumn' with cmdwin (#27355)zeertzjq2024-02-06
|/
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq2024-02-03
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* | fix(statusline): missing offset when showing 'keymap' (#27270)zeertzjq2024-01-31
* | feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
|/
* fix(colorscheme): use explicit normal foreground in syntax groupsEvgeni Chasnovski2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal2024-01-24
* test: typing for screen.luaLewis Russell2024-01-23
* fix(extmarks): crash with sign after many marksbfredl2024-01-23
* fix(column): clear "b_signcols" when marktree is clearedLuuk van Baal2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2024-01-19
* Merge pull request #27024 from lewis6991/test_followupLewis Russell2024-01-17
|\
| * test: refactor PathsLewis Russell2024-01-17
| * test: big cleanup followupLewis Russell2024-01-17
* | fix(column): remove sign from line it was previously on with undoLuuk van Baal2024-01-17
* | fix(column): pass kFalse when initializing "b_signcols.count"Luuk van Baal2024-01-17
|/
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'Luuk van Baal2024-01-16
* fix(grid): handle clearing half a double-width char (#27023)zeertzjq2024-01-15
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* fix(colorscheme): default statusline groups usability #26921Evgeni Chasnovski2024-01-13
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: use vim.inspect directlyLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq2024-01-10
* 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