aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* 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
* | 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
|/
* 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
* fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung2024-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
* fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)luukvbaal2024-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.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
* fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry2024-06-15
* vim-patch:9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"zeertzjq2024-06-15
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger2024-06-14
* fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski2024-06-14
* refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2024-06-14
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* Merge pull request #29103 from gpanders/test-no-tgcGregory Anders2024-06-12
|\
| * test: remove checks for failed tests on WindowsGregory Anders2024-05-31
| * test: do not set termguicolors in test runnerGregory Anders2024-05-31
* | Merge pull request #29303 from lewis6991/fix/wobufLewis Russell2024-06-12
|\ \
| * | test: fix vim.deprecate testsLewis Russell2024-06-12
| * | fix(vim.wo): never allow non-zero bufnrLewis Russell2024-06-12
* | | refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* | | feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
|/ /
* | feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders2024-06-11
* | fix(column): clamp line number for legacy signsLuuk van Baal2024-06-10
* | fix(glob): handle overlapping `{}` condition elements #29236Jon Huhn2024-06-10
* | feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan2024-06-09
* | feat(lua): add `vim._with`dundargoc2024-06-08
* | fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann2024-06-07
* | feat: get/set namespace properties #28728altermo2024-06-07
* | fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar2024-06-07
* | fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07