aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* 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
* 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