aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* vim-patch:9.1.0056: wrong number of trailing spaces inserted after blockwise putzeertzjq2024-01-26
* vim-patch:9.1.0054: 'linebreak' may still apply to leading whitespacezeertzjq2024-01-26
* fix(colorscheme): use explicit normal foreground in syntax groupsEvgeni Chasnovski2024-01-25
* fix(runtime): update 'vim' color scheme to use new tree-sitter groupsEvgeni Chasnovski2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor: rewrite ruby provider in luadundargoc2024-01-24
* refactor: rewrite perl provider in luadundargoc2024-01-24
* fix(spell): always accept ':' as filename char in 'spellfile' (#27172)zeertzjq2024-01-24
* vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)zeertzjq2024-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
* Merge pull request #27147 from bfredl/crash2bfredl2024-01-23
|\
| * fix(extmark): fix crash when stepping out from internal nodebfredl2024-01-23
* | fix(treesitter): update @markup default linksChristian Clason2024-01-23
|/
* fix(extmarks): crash with sign after many marksbfredl2024-01-23
* vim-patch:9.1.0043: ml_get: invalid lnum when :s replaces visual selection (#...zeertzjq2024-01-23
* refactor: rewrite python provider in luadundargoc2024-01-22
* fix(column): clear "b_signcols" when marktree is clearedLuuk van Baal2024-01-22
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
* Merge pull request #26813 from VanaIgr/screen-pos-speedupzeertzjq2024-01-22
|\
| * test: add screenpos() benchmarksVanaIgr2024-01-18
* | test(core/channel_spec): fix lint failurezeertzjq2024-01-22
* | test(core/channels_spec): fix variable namezeertzjq2024-01-22
* | fix(rpc): assertion failure due to invalid msgpack inputnwounkn2024-01-21
* | fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq2024-01-22
* | feat(vim.version): add `vim.version.le` and `vim.version.ge`Jongwook Choi2024-01-21
* | vim-patch:9.1.0042: Missing test for Chuck FiletypeChristian Clason2024-01-21
* | feat(treesitter)!: new standard capture namesChristian Clason2024-01-21
* | build: create separate targets for nvim with and without runtime filesdundargoc2024-01-20
* | feat(api): support getting abbreviations (#26868)Raphael2024-01-20
* | feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* | fix(vim.deprecate): show deprecation warning in devel versions as wellJongwook Choi2024-01-19
* | refactor(lua): refactored globaltermo2024-01-19
* | Merge pull request #27061 from luukvbaal/extmarkbfredl2024-01-19
|\ \ | |/ |/|
| * fix(extmarks): do not remove invalid marks from decor upon deletionLuuk van Baal2024-01-17
* | fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2024-01-19
* | docs: various #25289Justin M. Keyes2024-01-18
* | vim-patch:9.0.1437: test fails with different error number (#27074)zeertzjq2024-01-18
* | vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)zeertzjq2024-01-18
* | vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
* | Merge pull request #27024 from lewis6991/test_followupLewis Russell2024-01-17
|\ \
| * | test: fix mkdir()Lewis Russell2024-01-17
| * | test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
| * | test: improve helpers.argss_to_cmd()Lewis Russell2024-01-17
| * | test: fix helpers.relpath()Lewis Russell2024-01-17
| * | test: simplify helpers.sysname()Lewis Russell2024-01-17
| * | test: add type annotationsLewis Russell2024-01-17
| * | test: remove unused functionsLewis Russell2024-01-17