aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* 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
* vim-patch:9.1.0484: Sorting of completeopt+=fuzzy is not stable (#29338)zeertzjq2024-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
* vim-patch:partial:9.1.0482: termdebug plugin needs more love (#29329)Yinzuo Jiang2024-06-14
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* vim-patch:9.1.0483: glob() not sufficiently tested (#29323)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
|/ /
* | vim-patch:9.1.0477: block_editing errors out when using <enter> (#29294)zeertzjq2024-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
* | Merge pull request #29141 from bfredl/rstream2bfredl2024-06-09
|\ \
| * | refactor(io): make rstream use a linear bufferbfredl2024-06-08