| Commit message (Expand) | Author | Age |
| ... | |
| * | | fix(keycodes): recognize <Find>, <Select> #28431 | Mantas Mikulėnas | 2025-02-20 |
| * | | vim-patch:c729d6d: runtime: decouple Open and Launch commands and gx mapping ... | Luca Saccarola | 2025-02-20 |
| * | | fix(treesitter): don't spam query errors in the highlighter | Riley Bruins | 2025-02-19 |
| * | | fix(treesitter): avoid computing fold levels for empty buffer | Luuk van Baal | 2025-02-19 |
| * | | fix(treesitter)!: enforce buffer is loaded when creating parser | Luuk van Baal | 2025-02-19 |
| * | | docs: Lua "bit" library #32492 | Phạm Bình An | 2025-02-19 |
| * | | vim-patch:5647c91: runtime(doc): add reference to extendnew() at extend() (#3... | zeertzjq | 2025-02-17 |
| * | | fix(treesitter): separately track the number of valid regions | Riley Bruins | 2025-02-17 |
| * | | docs: misc (#32258) | dundargoc | 2025-02-17 |
| * | | vim-patch:68ba6c2: runtime(vim): Update base-syntax, improve performance (#32... | zeertzjq | 2025-02-17 |
| |/ |
|
| * | docs: stdpath() type #32480 | phanium | 2025-02-16 |
| * | fix(diagnostic): don't include diagnostic code when using custom formatter #3... | Maria José Solano | 2025-02-16 |
| * | fix(docs): update context type in `vim.lsp.LocationOpts.OnList` | Maria José Solano | 2025-02-16 |
| * | ci(test): disable ubuntu arm | dundargoc | 2025-02-15 |
| * | vim-patch:3f60114: runtime(keymap): Add ukrainian-enhanced keymap | Christian Clason | 2025-02-15 |
| * | vim-patch:faf4112: runtime(doc): document ComplMatchIns highlight for insert-... | zeertzjq | 2025-02-14 |
| * | feat(lsp): add support for completionItem.command resolving | Mathias Fussenegger | 2025-02-14 |
| * | vim-patch:d7deeff: runtime(exports): include simple filetype plugin | zeertzjq | 2025-02-14 |
| * | vim-patch:407319f: runtime(samba): include simple filetype plugin | zeertzjq | 2025-02-14 |
| * | vim-patch:4f010c9: runtime(vim): Update base-syntax, always match continuatio... | zeertzjq | 2025-02-14 |
| * | feat(term): trigger TermRequest for APC (#32407) | Till Bungert | 2025-02-13 |
| * | feat(lsp): add select kind in showMessageRequest #32387 | Maria José Solano | 2025-02-13 |
| * | Merge #32426 fix(lsp): reset active request when reporting an error | Justin M. Keyes | 2025-02-13 |
| |\ |
|
| | * | refactor(lsp): handling errors and nil responses together | Yi Ming | 2025-02-13 |
| | * | fix(lsp): reset active request when reporting an error | Yi Ming | 2025-02-13 |
| | * | fix(lsp): missing method parameter when canceling requests | Yi Ming | 2025-02-13 |
| * | | fix(lsp): clear word when expand multi-lines word (#32393) | glepnir | 2025-02-13 |
| * | | fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266) | Robert Muir | 2025-02-13 |
| * | | vim-patch:8f3277f: runtime(nroff): set define option & add matchit config in ... | Christian Clason | 2025-02-13 |
| * | | vim-patch:a9c0642: runtime(vim): Update base-syntax, match Vim9 boolean and n... | zeertzjq | 2025-02-13 |
| * | | vim-patch:1aa287e: runtime(vim): Update base-syntax, improve variable matching | zeertzjq | 2025-02-13 |
| * | | vim-patch:4a530a6: runtime(vim): Update base-syntax, match :debuggreedy count... | zeertzjq | 2025-02-13 |
| |/ |
|
| * | fix(lsp): on detach, cancel pending foldingRange requests #31509 | Yi Ming | 2025-02-12 |
| * | feat(options): add 'eventignorewin' (#32152) | luukvbaal | 2025-02-12 |
| * | Merge #30860 LSP: symbols_to_items() | Justin M. Keyes | 2025-02-11 |
| |\ |
|
| | * | feat(lsp)!: `symbol_to_item` requires `offset_encoding` | Yi Ming | 2025-02-11 |
| | * | feat(lsp): include `end_col` and `end_lnum` in `vim.lsp.buf.symbols_to_items` | Yi Ming | 2025-02-11 |
| * | | fix(treesitter): detect trees with outdated regions in `is_valid()` | Riley Bruins | 2025-02-11 |
| |/ |
|
| * | feat(ui): UI :detach command | Justin M. Keyes | 2025-02-10 |
| * | refactor(defaults): cleanup enable_ctx_menu #32391 | Siddhant Agarwal | 2025-02-10 |
| * | build: set luals checklevel to Hint #32392 | Lewis Russell | 2025-02-10 |
| * | vim-patch:f30eb4a: runtime(qf): Update syntax file, match second delimiter | Christian Clason | 2025-02-10 |
| * | fix(defaults): improve visual search mappings #32378 | neeshy | 2025-02-09 |
| * | feat(defaults): "Show Diagnostics" in mouse popupmenu #32122 | Siddhant Agarwal | 2025-02-09 |
| * | fix(lsp): signature_help highlights wrong parameter #32382 | Shantanu Raj | 2025-02-09 |
| * | build: add luals check | dundargoc | 2025-02-09 |
| * | fix(lua): vim.tbl_get({}, nil, 1) should return nil #32218 | phanium | 2025-02-09 |
| * | vim-patch:9.1.1085: filetype: cmmt files are not recognized | Christian Clason | 2025-02-09 |
| * | vim-patch:a35040f: runtime(tex): improve syntax highlighting (#32370) | Christian Clason | 2025-02-09 |
| * | fix(lsp): check for valid buf before processing semantic tokens response | Evgeni Chasnovski | 2025-02-07 |