summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-07-09feat(extui): use winborder for msg window #34859Sebastian Lyng Johansen3
2025-07-09feat(extui): show dismissed message in cmdline (#34745)luukvbaal1
2025-07-09vim-patch:9.1.1526: completion: search completion match may differ in casezeertzjq1
2025-07-08docs: tag of `:EditQuery` #34844Phạm Bình An1
2025-07-08fix(health): floating window closes when opening TOC (gO) #34794glepnir3
2025-07-07docs: type fixes #34831phanium3
2025-07-07feat(lsp): support diagnostic related information (#34474)Riley Bruins3
2025-07-07vim-patch:9.1.1517: filetype: autopkgtest files are not recognizedChristian Clason2
2025-07-07refactor(lsp): stateful data abstraction, vim.lsp.Capability #34639Yi Ming6
2025-07-06fix(lsp): convert the encoded position to line byte (#34824)Yi Ming1
2025-07-06feat(options): per-buffer 'busy' status #34493Shadman1
2025-07-06vim-patch:9.1.1518: getcompletiontype() may crash (#34819)zeertzjq1
2025-07-06refactor(lsp): narrower `hierarchy` argument type (#34799)Maria José Solano1
2025-07-06fix(treesitter): inconsistent highlight of multiline combined injection #32619Artem1
2025-07-06fix(vim.pack): add() stops unexpectedly on package load error #34787Phạm Bình An1
2025-07-06feat(lsp): handle deprecated document symbols (#34751)Maria José Solano2
2025-07-06refactor(lsp): consistent usage of vim.notify #34802Maria José Solano1
2025-07-06vim-patch:9.1.1509: patch 9.1.1505 was not goodzeertzjq1
2025-07-06vim-patch:9.1.1505: not possible to return completion type for :ex commandzeertzjq1
2025-07-06vim-patch:9.1.1512: completion: can only complete from keyword characters (#3...zeertzjq1
2025-07-05vim-patch:9.1.1490: 'wildchar' does not work in search contextszeertzjq1
2025-07-05vim-patch:9.1.1477: no easy way to deduplicate textzeertzjq1
2025-07-04fix(lsp): consistent use of `vim.notify`/logging with unsupported methodsMaria José Solano1
2025-07-04fix(lsp): remove extra notify on empty hoverMaria José Solano1
2025-07-04fix(diagnostic): fix flaky errorLewis Russell2
2025-07-04feat(pack): add built-in plugin manager `vim.pack`Evgeni Chasnovski5
2025-07-04feat(async): add `vim._async`Lewis Russell1
2025-07-04vim-patch:9.1.1507: symlinks are resolved on :cd commands (#34758)glepnir1
2025-07-03feat(runtime): accept predicates in take and skip (#34657)Mart-Mihkel Aun1
2025-07-03vim-patch:9.1.1504: filetype: numbat files are not recognizedChristian Clason1
2025-07-03vim-patch:9.1.1503: filetype: haxe files are not recognizedChristian Clason1
2025-07-03vim-patch:9.1.1502: filetype: quickbms files are not recognizedChristian Clason1
2025-07-03vim-patch:9.1.1501: filetype: flix files are not recognizedChristian Clason1
2025-07-02fix(treesitter): ensure TSLuaTree is always immutableRodrigodd2
2025-07-02fix(vim.system): env=nil passes env=nil to uv.spawnLewis Russell2
2025-07-01fix(lsp): use `vim.notify` with action-less `showMessage` requests (#34720)Maria José Solano1
2025-07-01fix: type of nvim_echoLewis Russell1
2025-07-01Merge #34715 vim.version improvementsJustin M. Keyes1
2025-06-30feat(vim.version): add `vim.version.intersect()`Evgeni Chasnovski1
2025-06-30fix(vim.version): improve construction of '<=a.b.c' and '>a.b.c' rangesEvgeni Chasnovski1
2025-06-30doc(vim.version): options formatting #34716James Trew1
2025-06-30feat(vim.version): make `tostring()` return human-readable version rangeEvgeni Chasnovski1
2025-06-30docs(vim.version): document `vim.VersionRange` as a dedicated classEvgeni Chasnovski1
2025-06-29fix(exrc): exrc knows its own location (#34638)Yochem van Rosmalen3
2025-06-29refactor(health): use vim.system():wait() #34702Tom Ampuero1
2025-06-27fix(lsp): fix workspace diagnostic request to follow spec (#34674)Zie Mcdowell1
2025-06-27feat(extui): don't enter pager for routed message #34679luukvbaal2
2025-06-27perf(extui): delay creating windows, buffers and parser (#34665)luukvbaal4
2025-06-26feat(ui): emit "msg_clear" event after clearing the screen (#34035)luukvbaal2
2025-06-26fix(lsp): include context for each client in multi-handler results (#34669)Maria José Solano3