aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* 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
* | feat(editorconfig): add support for spelling_language (#28638)sus-domesticus2024-06-06
* | fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* | fix(lua): don't clamp -1 or v:maxcol in vim.highlight.range() (#29203)zeertzjq2024-06-05
* | fix(diagnostic): fix float scope filtering (#29134)Andre Toerien2024-06-04
* | fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger2024-06-04
* | fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* | feat(ftplugin): change 'commentstring' to `// %s` for C/C++ (#29085)Soham Shanbhag2024-06-03
* | fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger2024-06-02
* | test: add a test for #29119zeertzjq2024-06-02
* | fix(luacats): allow all types inside tuplesIlia Choly2024-06-01
* | fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01