aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.1073: tests: test_compiler fails on Windows without Mavenzeertzjq2025-02-04
* vim-patch:9.1.0967: SpotBugs compiler setup can be further improvedzeertzjq2025-02-04
* vim-patch:9.1.0935: SpotBugs compiler can be improvedzeertzjq2025-02-04
* Merge #32082 refactor(treesitter): use coroutines for resuming _parse()Justin M. Keyes2025-02-03
|\
| * feat(treesitter): allow LanguageTree:is_valid() to accept a rangeRiley Bruins2025-02-02
* | feat(diagnostic): format() can filter diagnostics by returning nil #32302Maria José Solano2025-02-03
* | vim-patch:9.1.1071: args missing after failing to redefine a functionzeertzjq2025-02-03
* | vim-patch:9.1.1066: heap-use-after-free and stack-use-after-scope with :14ver...zeertzjq2025-02-03
* | vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)zeertzjq2025-02-03
* | fix(statusline): overwriting stl_items with nvim_eval_statusline() {-item #32265luukvbaal2025-02-02
|/
* vim-patch:9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> (...glepnir2025-02-02
* vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq2025-02-02
* fix(autocmds): once=true Lua event-handler may call itself #29544Felipe Vicentin2025-02-01
* vim-patch:9.1.1065: no digraph for "Approaches the limit" (#32289)zeertzjq2025-02-02
* fix(treesitter): nil access when running string parser asyncRiley Bruins2025-02-01
* vim-patch:9.1.1059: completion: input text deleted with preinsert when adding...zeertzjq2025-02-01
* vim-patch:9.1.1057: Superfluous cleanup steps in test_ins_complete.vim (#32257)zeertzjq2025-01-30
* vim-patch:9.1.1056: Vim doesn't highlight to be inserted text when completing...zeertzjq2025-01-30
* Merge pull request #32243 from jamessan/snprintf-unit-testsJames McCoy2025-01-29
|\
| * test(unit/strings_spec): use correct type for binary valuesJames McCoy2025-01-29
| * test(unit/strings_spec): provide context for vim_snprintf testsJames McCoy2025-01-28
* | fix(ui): avoid redundant ext_cmdline events (#32237)luukvbaal2025-01-29
* | feat(treesitter): support modelines in `query.set()` (#30257)Maria José Solano2025-01-29
|/
* fix(float): cannot set title/footer independently #31993glepnir2025-01-27
* build(deps)!: bump tree-sitter to HEAD, wasmtime to v29.0.1 (#32200)Christian Clason2025-01-27
* feat(diagnostic): virtual_lines #31959Maria José Solano2025-01-26
* feat(api): nvim_get_autocmds filter by id#31549glepnir2025-01-26
* vim-patch:9.1.1052: tests: off-by-one error in CheckCWD in test_debugger.vim ...zeertzjq2025-01-25
* vim-patch:9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in...zeertzjq2025-01-25
* vim-patch:9.1.1049: insert-completed items are always sortedzeertzjq2025-01-25
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* fix(lua): pop retval for fast context LuaRefLuuk van Baal2025-01-24
* fix(messages): avoid empty msg_showmode with 'noshowmode'Luuk van Baal2025-01-24
* fix(column): apply custom highlight to last 'statuscolumn' segment (#32182)luukvbaal2025-01-24
* fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal2025-01-23
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* vim-patch:9.1.1042: filetype: just files are not recognizedChristian Clason2025-01-23
* vim-patch:9.1.1045: filetype: N-Tripels and TriG files are not recognized (#3...zeertzjq2025-01-23
* vim-patch:9.1.1048: crash after scrolling and pasting in silent Ex mode (#32168)zeertzjq2025-01-23
* test(lua/hl_spec): set timeout for transient state (#32169)zeertzjq2025-01-23
* feat(lua): vim.hl.range() "timeout" #32012Siddhant Agarwal2025-01-22
* fix(editor): avoid scrolling :substitute confirm message #32149luukvbaal2025-01-22
* fix(startup): avoid crash with completion from -l script (#32160)zeertzjq2025-01-22
* vim-patch:9.1.1046: fuzzymatching doesn't prefer matching camelcase (#32155)zeertzjq2025-01-22
* feat(terminal): forward X1 and X2 mouse eventszeertzjq2025-01-21
* Merge pull request #32098 from bfredl/multihl_groupbfredl2025-01-21
|\
| * feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* | feat(inccommand): preview 'nomodifiable' buffers #32034Donatas2025-01-20
* | Merge pull request #31597 from bfredl/deletionismbfredl2025-01-20
|\ \
| * | fix(wininfo): when freeing windows, free the lowest priority wininfobfredl2025-01-14