summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2026-03-26refactor(progress): simplify progress-status format #38491Shadman1
2026-03-25fix(treesitter): ignore stale fold refresh callbacksLewis Russell1
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir2
2026-03-25refactor(treesitter): use same visual-select as lsp #38475altermo1
2026-03-25vim-patch:9.2.0237: filetype: ObjectScript routines are not recognized (#38479)zeertzjq2
2026-03-24fix(pack): add trailing newline to lockfile #38469Justin Mayhew1
2026-03-24fix(ui2): show messages in dialog window when entering expanded cmdline #38465luukvbaal2
2026-03-24fix(progress): show progress-status only in curwin #38458Shadman2
2026-03-24fix(vim.net): always pass response body to on_response #38460Yochem van Rosmalen1
2026-03-24Merge #38402 from justinmk/doc2Justin M. Keyes7
2026-03-23vim-patch:9.2.0235: filetype: wks files are not recognized (#38451)Anakin Childerhose1
2026-03-24test(lsp): get_configs resolves only necessary configsJustin M. Keyes1
2026-03-24docs: api, plugins, ui2Justin M. Keyes7
2026-03-23feat(net): vim.net.request(outbuf) writes response to buffer #36164Yochem van Rosmalen1
2026-03-23fix(lsp): get_namespace signature (#38449)Tristan Knight2
2026-03-23refactor(treesitter)!: remove "all" option of Query:iter_matches #33070Gregory Anders1
2026-03-23fix(lsp): completion word includes leading space from label #38435glepnir1
2026-03-23refactor: rename termcap.lua -> tty.lua #38437Justin M. Keyes2
2026-03-23fix(lua): drop support for boolean `buf` in `vim.keymap` #38432skewb1k2
2026-03-23fix(lsp): snippet preview blocked completionItem/resolve request #38428glepnir1
2026-03-23feat(lsp): attach to buftype=help buffers #38412Barrett Ruth1
2026-03-22revert: "feat(lsp): add `buftypes` field to `vim.lsp.Config`" #38421Maria Solano1
2026-03-22fix(provider): support python3.14 #38419Eisuke Kawashima1
2026-03-21Merge #38410 from justinmk/fix-numbered-list-htmlJustin M. Keyes1
2026-03-22docs: starting.txt new layoutJustin M. Keyes1
2026-03-21feat(lsp): add `buftypes` field to `vim.lsp.Config` (#38380)Barrett Ruth1
2026-03-22fix(lsp): restore virtual document color visibility (#38407)KrrishJain1
2026-03-21feat(lsp): support CompletionItem.labelDetails #38403glepnir2
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k8
2026-03-21feat(ui2): configure maximum window heights #38392luukvbaal2
2026-03-21fix(lsp/diagnostic): use diagnostic provider identifier for code actions #38401Sergei Slipchenko1
2026-03-21vim-patch:9.2.0217: filetype: cto files are not recognized (#38400)zeertzjq1
2026-03-20docs: miscJustin M. Keyes5
2026-03-20fix(pack): account for Git's "insteadOf" in `:checkhealth` #38393Evgeni Chasnovski1
2026-03-20fix(lsp): handle completion/resolve response arriving after on_insert_leaveMathias Fussenegger1
2026-03-20feat(progress): status api, 'statusline' integration #35428Shadman2
2026-03-20Merge #38047 _provider_foreachJustin M. Keyes3
2026-03-20feat(stdlib): vim.fs.ext() returns file extension #36997Yochem van Rosmalen3
2026-03-20fix(lsp): unify LSP error logging prefixes #38354Yi Ming5
2026-03-20fix(lsp): guard dynamic capability attachment #38382Tristan Knight1
2026-03-20vim-patch:9.2.0204: filetype: cps files are not recognizedzeertzjq1
2026-03-20vim-patch:9.2.0201: filetype: Wireguard config files not recognizedzeertzjq1
2026-03-19fix(lsp): improve diagnostics handling and commentstris2032
2026-03-19fix(lsp/diagnostic): key resultId by client and identifiertris2031
2026-03-19fix(lsp): handle providers without subcapabilitiestris2031
2026-03-19fix(lsp): request diagnostics from all registrationstris2031
2026-03-19refactor(lsp): replace _provider_value_get with _provider_foreachtris2032
2026-03-19feat(defaults): map "grx" to vim.lsp.codelens.run() #37689Yi Ming1
2026-03-19fix(ui): apply 'pumborder' to mouse menu, fix overflow #36193glepnir1
2026-03-19fix(lsp): `vim.Range` check in `document_color.color_presentation()` (#38374)mpal90001