aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* revert "feat(ftplugin): set 'omnifunc' of Lua to 'v:lua.vim.lua_omnifunc'" #3...Justin M. Keyes2025-02-23
* Merge #32503 feat(lsp): use the meta model to generate server capability mapJustin M. Keyes2025-02-23
|\
| * feat(lsp): use the meta model to generate server capability mapMaria José Solano2025-02-21
| * feat(lsp): update LSP typesMaria José Solano2025-02-17
* | refactor(treesitter): simplify parsing coroutine logicRiley Bruins2025-02-23
* | feat(ftplugin): set Lua 'omnifunc' to vim.lua_omnifunc #32491Phạm Bình An2025-02-23
* | fix(lua): `@private` => `@nodoc` #32587Dan Sully2025-02-23
* | fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* | vim-patch:9.1.1134: filetype: Guile init file not recognizedChristian Clason2025-02-23
* | vim-patch:9.1.1133: filetype: xkb files not recognized everywhereChristian Clason2025-02-23
* | vim-patch:61af587: runtime(dockerfile): set comments in filetype pluginChristian Clason2025-02-22
* | vim-patch:d15114c: runtime(compiler): include svelte-check compilerChristian Clason2025-02-22
* | fix(runtime): avoid E31 in ftplugin (#32578)phanium2025-02-22
* | feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason2025-02-22
* | fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
* | perf(treesitter): don't block when finding injection rangesRiley Bruins2025-02-21
* | fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins2025-02-21
* | vim-patch:3cb4148: runtime(sieve): set fileformat=dos in filetype pluginChristian Clason2025-02-21
* | vim-patch:27f5136: runtime(mail): add commentstring '> %s' to ftpluginChristian Clason2025-02-21
* | vim-patch:106899e: runtime(dnsmasq): include simple filetype pluginChristian Clason2025-02-21
* | vim-patch:911742a: runtime(dosini): Add support for # comments to ftpluginChristian Clason2025-02-21
* | perf(treesitter): only search for injections within the parse rangeRiley Bruins2025-02-21
* | feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal2025-02-20
* | feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* | fix(keycodes): recognize <Find>, <Select> #28431Mantas Mikulėnas2025-02-20
* | vim-patch:c729d6d: runtime: decouple Open and Launch commands and gx mapping ...Luca Saccarola2025-02-20
* | fix(treesitter): don't spam query errors in the highlighterRiley Bruins2025-02-19
* | fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal2025-02-19
* | fix(treesitter)!: enforce buffer is loaded when creating parserLuuk van Baal2025-02-19
* | docs: Lua "bit" library #32492Phạm Bình An2025-02-19
* | vim-patch:5647c91: runtime(doc): add reference to extendnew() at extend() (#3...zeertzjq2025-02-17
* | fix(treesitter): separately track the number of valid regionsRiley Bruins2025-02-17
* | docs: misc (#32258)dundargoc2025-02-17
* | vim-patch:68ba6c2: runtime(vim): Update base-syntax, improve performance (#32...zeertzjq2025-02-17
|/
* docs: stdpath() type #32480phanium2025-02-16
* fix(diagnostic): don't include diagnostic code when using custom formatter #3...Maria José Solano2025-02-16
* fix(docs): update context type in `vim.lsp.LocationOpts.OnList`Maria José Solano2025-02-16
* ci(test): disable ubuntu armdundargoc2025-02-15
* vim-patch:3f60114: runtime(keymap): Add ukrainian-enhanced keymapChristian Clason2025-02-15
* vim-patch:faf4112: runtime(doc): document ComplMatchIns highlight for insert-...zeertzjq2025-02-14
* feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2025-02-14
* vim-patch:d7deeff: runtime(exports): include simple filetype pluginzeertzjq2025-02-14
* vim-patch:407319f: runtime(samba): include simple filetype pluginzeertzjq2025-02-14
* vim-patch:4f010c9: runtime(vim): Update base-syntax, always match continuatio...zeertzjq2025-02-14
* feat(term): trigger TermRequest for APC (#32407)Till Bungert2025-02-13
* feat(lsp): add select kind in showMessageRequest #32387Maria José Solano2025-02-13
* Merge #32426 fix(lsp): reset active request when reporting an errorJustin M. Keyes2025-02-13
|\
| * refactor(lsp): handling errors and nil responses togetherYi Ming2025-02-13
| * fix(lsp): reset active request when reporting an errorYi Ming2025-02-13
| * fix(lsp): missing method parameter when canceling requestsYi Ming2025-02-13