summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-02-23refactor(treesitter): simplify parsing coroutine logicRiley Bruins1
2025-02-23fix(lua): `@private` => `@nodoc` #32587Dan Sully2
2025-02-23fix(float): ensure floating window width can fit titleMaria José Solano1
2025-02-23vim-patch:9.1.1134: filetype: Guile init file not recognizedChristian Clason1
2025-02-23vim-patch:9.1.1133: filetype: xkb files not recognized everywhereChristian Clason1
2025-02-22feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason3
2025-02-22fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger1
2025-02-21perf(treesitter): don't block when finding injection rangesRiley Bruins1
2025-02-21feat(lsp): use the meta model to generate server capability mapMaria José Solano3
2025-02-21fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins1
2025-02-21perf(treesitter): only search for injections within the parse rangeRiley Bruins2
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2
2025-02-20vim-patch:c729d6d: runtime: decouple Open and Launch commands and gx mapping ...Luca Saccarola1
2025-02-19fix(treesitter): don't spam query errors in the highlighterRiley Bruins1
2025-02-19fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal1
2025-02-19fix(treesitter)!: enforce buffer is loaded when creating parserLuuk van Baal1
2025-02-17feat(lsp): update LSP typesMaria José Solano2
2025-02-17vim-patch:5647c91: runtime(doc): add reference to extendnew() at extend() (#3...zeertzjq1
2025-02-17fix(treesitter): separately track the number of valid regionsRiley Bruins1
2025-02-17docs: misc (#32258)dundargoc1
2025-02-16docs: stdpath() type #32480phanium1
2025-02-16fix(diagnostic): don't include diagnostic code when using custom formatter #3...Maria José Solano1
2025-02-16fix(docs): update context type in `vim.lsp.LocationOpts.OnList`Maria José Solano1
2025-02-14feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2
2025-02-13feat(term): trigger TermRequest for APC (#32407)Till Bungert1
2025-02-13feat(lsp): add select kind in showMessageRequest #32387Maria José Solano1
2025-02-13Merge #32426 fix(lsp): reset active request when reporting an errorJustin M. Keyes2
2025-02-13fix(lsp): clear word when expand multi-lines word (#32393)glepnir1
2025-02-13fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)Robert Muir1
2025-02-13refactor(lsp): handling errors and nil responses togetherYi Ming1
2025-02-13fix(lsp): reset active request when reporting an errorYi Ming1
2025-02-13fix(lsp): missing method parameter when canceling requestsYi Ming1
2025-02-12fix(lsp): on detach, cancel pending foldingRange requests #31509Yi Ming2
2025-02-12feat(options): add 'eventignorewin' (#32152)luukvbaal1
2025-02-11Merge #30860 LSP: symbols_to_items()Justin M. Keyes2
2025-02-11feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming2
2025-02-11fix(treesitter): detect trees with outdated regions in `is_valid()`Riley Bruins1
2025-02-11feat(lsp): include `end_col` and `end_lnum` in `vim.lsp.buf.symbols_to_items`Yi Ming1
2025-02-10refactor(defaults): cleanup enable_ctx_menu #32391Siddhant Agarwal1
2025-02-10build: set luals checklevel to Hint #32392Lewis Russell1
2025-02-09fix(defaults): improve visual search mappings #32378neeshy1
2025-02-09feat(defaults): "Show Diagnostics" in mouse popupmenu #32122Siddhant Agarwal1
2025-02-09fix(lsp): signature_help highlights wrong parameter #32382Shantanu Raj1
2025-02-09build: add luals checkdundargoc2
2025-02-09fix(lua): vim.tbl_get({}, nil, 1) should return nil #32218phanium1
2025-02-09vim-patch:9.1.1085: filetype: cmmt files are not recognizedChristian Clason1
2025-02-07fix(lsp): check for valid buf before processing semantic tokens responseEvgeni Chasnovski1
2025-02-07vim-patch:9.1.1081: has('bsd') is true for GNU/Hurdzeertzjq1
2025-02-06vim-patch:9.1.1080: filetype: Mill files are not recognizedChristian Clason1
2025-02-06feat(defaults): enable diffopt "linematch" #32346Siddhant Agarwal1