aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq2024-07-04
* fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller2024-07-04
* test: starting and stopping treesitter highlight (#29546)zeertzjq2024-07-03
* fix(treesitter): ensure syntaxset augroup exists (#29542)zeertzjq2024-07-03
* fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen2024-07-02
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* refactor: use `vim._with` where possibledundargoc2024-06-28
* Merge pull request #29483 from bfredl/nonbinarybfredl2024-06-27
|\
| * refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* | fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger2024-06-27
* | Merge pull request #29280 from echasnovski/with-owobogodundargoc2024-06-26
|\ \ | |/ |/|
| * feat(lua): add `context.env` (environment variables) to `vim._with()`Evgeni Chasnovski2024-06-24
| * feat(lua): update `vim._with` to allow more granular option contextsEvgeni Chasnovski2024-06-24
| * test(lua): cover `vim._with()` with testsEvgeni Chasnovski2024-06-24
* | vim-patch:9.1.0516: need more tests for nested dicts and list comparison (#29...Yinzuo Jiang2024-06-25
|/
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* perf(treesitter): remove unnecessary foldexpr loopRiley Bruins2024-06-24
* fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal2024-06-24
* fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq2024-06-22
* vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognizedChristian Clason2024-06-21
* vim-patch:9.1.0512: Mode message for spell completion doesn't match allowed k...zeertzjq2024-06-21
* vim-patch:9.1.0511: CursorMovedC triggered wrongly with setcmdpos()zeertzjq2024-06-21
* vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq2024-06-21
* fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung2024-06-20
* vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)zeertzjq2024-06-20
* Merge pull request #29413 from jiangyinzuo/vim-patch-9.1.0497zeertzjq2024-06-20
|\
| * vim-patch:partial:9.1.0501: too complicated mapping restore in termdebugYinzuo Jiang2024-06-20
| * vim-patch:partial:9.1.0497: termdebug can be further improvedYinzuo Jiang2024-06-19
* | vim-patch:9.1.0504: inner-tag textobject confused about ">" in attributes (#2...zeertzjq2024-06-20
|/
* fix(drawline): don't draw beyond end of window with 'rnu' (#29406)zeertzjq2024-06-19
* vim-patch:8.2.5047: CurSearch highlight is often wrongzeertzjq2024-06-19
* vim-patch:9.1.0499: MS-Windows: doesn't handle symlinks properly (#29400)zeertzjq2024-06-19
* fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)luukvbaal2024-06-19
* vim-patch:9.1.0498: getcmdcompltype() interferes with cmdline completion (#29...zeertzjq2024-06-19
* refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq2024-06-18
* refactor: Windows tilde expansion followup (#29380)Rafael Kitover2024-06-18
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* vim-patch:9.1.0496: matched text is highlighted case-sensitivelyzeertzjq2024-06-18
* vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
* vim-patch:9.1.0494: Wrong matched text highlighted in pum with 'rightleft' (#...zeertzjq2024-06-17
* Merge pull request #29357 from luukvbaal/statuscolzeertzjq2024-06-17
|\
| * feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* | vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang lineChristian Clason2024-06-16
* | vim-patch:9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix (#29...zeertzjq2024-06-16
* | vim-patch:9.1.0489: default completion may break with fuzzy (#29364)zeertzjq2024-06-16
* | vim-patch:9.1.0491: Cmdline pum doesn't work properly with 'rightleft' (#29355)zeertzjq2024-06-15
|/
* vim-patch:9.1.0488: Wrong padding for pum "kind" with 'rightleft' (#29352)zeertzjq2024-06-15
* vim-patch:9.1.0486: filetype: Snakemake files are not recognizedChristian Clason2024-06-15
* fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry2024-06-15
* vim-patch:9.1.0487: completed item not update on fuzzy completion (#29341)zeertzjq2024-06-15