aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix(lsp): reset active request when reporting an errorYi Ming2025-02-13
* fix(lsp): missing method parameter when canceling requestsYi Ming2025-02-13
* fix(lsp): on detach, cancel pending foldingRange requests #31509Yi Ming2025-02-12
* feat(column): apply appropriate numhl highlight to virt_lines (#32400)luukvbaal2025-02-12
* feat(options): add 'eventignorewin' (#32152)luukvbaal2025-02-12
* refactor(insexpand.c): remove duplicate assignment (#32410)zeertzjq2025-02-12
* vim-patch:9.1.1104: CI: using Ubuntu 22.04 Github runners (#32409)zeertzjq2025-02-12
* refactor(tests): drop os_kill #32401Justin M. Keyes2025-02-11
* Merge #30860 LSP: symbols_to_items()Justin M. Keyes2025-02-11
|\
| * feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming2025-02-11
| * feat(lsp): include `end_col` and `end_lnum` in `vim.lsp.buf.symbols_to_items`Yi Ming2025-02-11
* | fix(treesitter): detect trees with outdated regions in `is_valid()`Riley Bruins2025-02-11
|/
* Merge pull request #32398 from zeertzjq/vim-9.1.1098zeertzjq2025-02-11
|\
| * vim-patch:9.1.1101: insexpand.c hard to readzeertzjq2025-02-11
| * vim-patch:9.1.1098: leaking memory with completing multi lineszeertzjq2025-02-11
|/
* vim-patch:9.1.1095: tests: matchparen plugin test wrongly named (#32397)zeertzjq2025-02-11
* Merge #32385 UI :detach commandJustin M. Keyes2025-02-10
|\
| * fix(ui): Windows :detach is opt-inJustin M. Keyes2025-02-10
| * test: use --cleanJustin M. Keyes2025-02-10
| * feat(ui): UI :detach commandJustin M. Keyes2025-02-10
|/
* fix(api): memory leaks in vim.api.nvim_*get_option #32390Cai Rijun (Richard)2025-02-10
* test(fix): make testing of ext_cmdline optional #32375fredizzimo2025-02-10
* refactor(defaults): cleanup enable_ctx_menu #32391Siddhant Agarwal2025-02-10
* build: set luals checklevel to Hint #32392Lewis Russell2025-02-10
* vim-patch:f30eb4a: runtime(qf): Update syntax file, match second delimiterChristian Clason2025-02-10
* Merge pull request #32389 from zeertzjq/vim-9.0.1675zeertzjq2025-02-10
|\
| * vim-patch:9.1.1091: tests: timeout might be a bit too smallzeertzjq2025-02-10
| * vim-patch:9.0.1675: test may run into timeout when using valgrindzeertzjq2025-02-10
|/
* vim-patch:partial:9.1.1088: tests: plugin tests are named inconsistently (#32...zeertzjq2025-02-10
* fix(defaults): improve visual search mappings #32378neeshy2025-02-09
* feat(defaults): "Show Diagnostics" in mouse popupmenu #32122Siddhant Agarwal2025-02-09
* fix(lsp): signature_help highlights wrong parameter #32382Shantanu Raj2025-02-09
* build: add luals checkdundargoc2025-02-09
* fix(lua): vim.tbl_get({}, nil, 1) should return nil #32218phanium2025-02-09
* test: reset cmdline abort state only after expect() has finished #32376fredizzimo2025-02-09
* test: screen.lua can check win_pos #32373fredizzimo2025-02-09
* vim-patch:9.1.1085: filetype: cmmt files are not recognizedChristian Clason2025-02-09
* vim-patch:9.1.1086: completion doesn't work with multi lines (#32377)glepnir2025-02-09
* Merge pull request #32374 from zeertzjq/vim-8.2.2933zeertzjq2025-02-09
|\
| * vim-patch:9.1.1083: setreg() doesn't correctly handle mbyte chars in blockwis...zeertzjq2025-02-09
| * vim-patch:8.2.2935: calculating register width is not always neededzeertzjq2025-02-09
| * vim-patch:8.2.2934: ASAN error when using text from the clipboardzeertzjq2025-02-09
| * vim-patch:8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyzeertzjq2025-02-09
|/
* vim-patch:a35040f: runtime(tex): improve syntax highlighting (#32370)Christian Clason2025-02-09
* ci(arm64): skip installing npm to prevent segmentation faultsdundargoc2025-02-08
* fix(lsp): check for valid buf before processing semantic tokens responseEvgeni Chasnovski2025-02-07
* fix(messages): improve deadly signal messages #32364Justin M. Keyes2025-02-07
* vim-patch:b69cd52: runtime(misc): Add support for lz4 to tar & gzip plugin (#...zeertzjq2025-02-07
* Merge pull request #32358 from zeertzjq/vim-8.2.0849zeertzjq2025-02-07
|\
| * vim-patch:9.1.1081: has('bsd') is true for GNU/Hurdzeertzjq2025-02-07