summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-05-25refactor(lsp): use `vim.validate` in `vim.lsp.log` (#34165)Maria José Solano1
2025-05-24fix(extui): using tracked message column in cleared buffer (#34154)luukvbaal2
2025-05-24fix(treesitter): properly clip nested injectionsRiley Bruins1
2025-05-24fix(extui): map wincmd instead of remapped key (#34151)phanium1
2025-05-24feat(search): increase `MAX_COUNT` to 999Christian Clason1
2025-05-24fix(extui): append consecutive :echon messagesLuuk van Baal1
2025-05-22fix(lsp): fix error with InsertReplaceEdit events #33973Evan Hahn1
2025-05-22fix: use nvim namespace convention #34010Yochem van Rosmalen2
2025-05-22fix(lsp): avoid `foldclose()` after current window-buffer changed #33901Yi Ming1
2025-05-22feat(outline): smaller indentation #34005altermo1
2025-05-22feat(glob): new Glob implementation based on Peglob #33605Brynne Taylor1
2025-05-21fix(extui): reset message state after "search_cmd" message (#34119)luukvbaal1
2025-05-21fix(diagnostic): accept multiple namespace in `open_float()` (#34073)Maria José Solano1
2025-05-21fix(diagnostics): fixed virtual_text cursormoved autocmd error (#34017)Rijul Kapoor1
2025-05-20Merge pull request #34090 from yochem/exrc-search-parentGregory Anders2
2025-05-20fix(lsp/health): ensure valid table before concatenating (#34092)Gregory Anders1
2025-05-19fix(diagnostic): deprecate `float` in `vim.diagnostic.Opts.Jump` (#34037)v1nh1shungry1
2025-05-20feat(exrc): stop searching in parent directories by unsetting 'exrc'Yochem van Rosmalen2
2025-05-19Don't set manwidth wider than the window (#34078)Fionn Fitzmaurice1
2025-05-19fix(defaults): start exrc search from parent directoryYochem van Rosmalen1
2025-05-17feat(logs): show full paths in lsp logs (#33886)Anakin Childerhose1
2025-05-17fix(extui): translate <Tab> in cmdline text (#34055)luukvbaal2
2025-05-17build(deps): bump luv to 1.51.0-1Christian Clason1
2025-05-17vim-patch:9.1.1396: 'grepformat' is a global option (#34060)zeertzjq1
2025-05-15fix(extui): better message highlighting after carriage return (#34034)luukvbaal1
2025-05-14revert: show "g<" hint when message spills 'cmdheight'Luuk van Baal2
2025-05-14fix(extui): handle carriage return in messagesLuuk van Baal1
2025-05-13feat(diagnostic): add `enabled` filter (#33981)Maria José Solano1
2025-05-13fix(extui): adjust which messages are sent to "more" windowLuuk van Baal1
2025-05-13feat(extui): show "g<" hint when message spills 'cmdheight'Luuk van Baal1
2025-05-12feat(diagnostic): add `format` option to `setloclist`/`setqflist` (#33977)Maria José Solano1
2025-05-12fix(diagnostic): accept multiple namespaces when setting loclist/qflist (#33982)Maria José Solano1
2025-05-11feat(exrc): search in parent directories (#33889)Yochem van Rosmalen2
2025-05-11build(deps): bump luv to 1.51.0-0Christian Clason1
2025-05-11fix(treesitter): proper tree `contains()` logic with combined injectionsRiley Bruins1
2025-05-10refactor(docs): remove unnecessary `@private`/`@nodoc` annotations (#33951)Maria José Solano12
2025-05-10vim-patch:0553f2f: runtime(doc): clarify single/multibyte support for 'fillch...zeertzjq1
2025-05-10vim-patch:9973b39: runtime(doc): remove duplicate sentence in builtin.txtzeertzjq1
2025-05-10vim-patch:17ad852: runtime(doc): update return types for builtin functionszeertzjq1
2025-05-09fix(extui): close cmdwin to enter "more" window (#33860)luukvbaal1
2025-05-09feat(extui): assign 'filetype' to extui windows (#33924)luukvbaal2
2025-05-09fix(extui): route interactive messages to more-window (#33885)luukvbaal3
2025-05-09vim-patch:9.1.1374: completion: 'smartcase' not respected when filtering matcheszeertzjq1
2025-05-08Merge pull request #33850 from MariaSolOs/on-jumpMaria José Solano1
2025-05-08fix(lsp): nil error in ColorScheme autocmdSean Dewar1
2025-05-07fix(extui): "box" window width calculated on last line (#33881)luukvbaal2
2025-05-06fix(treesitter): invalidate conceal_lines cache earlier #33875luukvbaal1
2025-05-06docs(luv): replace bundled LuaCATS meta files with upstreamChristian Clason25
2025-05-06fix(runtime): 'includeexpr' with non-Nvim-style Lua modules #33867Phạm Bình An1
2025-05-05feat(diagnostic): add `on_jump` callback optionMaria José Solano1