summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2025-08-03docs(lsp): mention default enablement of document colors (#35153)Maria José Solano1
2025-08-03fix(lsp): check if buffer is valid when resolving code lenses (#35092)Maria José Solano1
2025-08-03fix(snippet): early return for final tabstop #35115TheBlob421
2025-08-03feat(lua): vim.list.bisect() #35108Yi Ming2
2025-08-03fix(lsp): decode 'null' in server responses as vim.NIL #34849skewb1k4
2025-08-03fix(options): make 'cdhome' take effect on any platformbfredl1
2025-08-03vim-patch:9.1.1590: cannot perform autocompletion (#35141)zeertzjq2
2025-08-02fix(lsp): handle nil response in references request #35139Maria José Solano1
2025-08-02fix(pack): open confirmation buffer in tabpage after the current oneEvgeni Chasnovski1
2025-08-02fix(pack): ensure consistent order of changelog during updateEvgeni Chasnovski1
2025-08-02fix(pack): make newer version suggestions more robustEvgeni Chasnovski1
2025-08-02refactor(pack): use `vim.cmd` methods with structured inputEvgeni Chasnovski1
2025-08-02fix(pack): ensure explicit default `version` in events (where possible)Evgeni Chasnovski1
2025-08-02fix(pack): use `vim.pack:` as message/progress prefixEvgeni Chasnovski1
2025-08-02fix(pack): validate installed plugins in `update()` and `del()`Evgeni Chasnovski1
2025-08-02feat(pack): use colored `nvim_echo` chunks to show progress reportEvgeni Chasnovski1
2025-08-02fix(pack): ignore 'loadplugins' when sourcing 'after/plugin' scriptsEvgeni Chasnovski1
2025-08-02fix(pack): improve `vim.pack.add()` input validationEvgeni Chasnovski1
2025-08-02fix(pack): use 'coxpcall.lua' on non-LuaJITEvgeni Chasnovski2
2025-08-02fix(statusline): don't require'vim.diagnostic' unless already usedbfredl1
2025-07-31fix(diagnostic): check if the buffer is loaded #35125Eisuke Kawashima1
2025-07-31fix(statusline): check buf valid before redraw #35123Anton Kastritskii1
2025-07-29feat(statusline): vim.diagnostic.status() #33723Anton Kastritskii2
2025-07-29fix(extui): ensure windows are valid in scheduled on_key (#35106)luukvbaal1
2025-07-28fix(messages): 'exrc' / secure messagesJustin M. Keyes1
2025-07-28docs: lsp, ui events, dev guidance, osc7Justin M. Keyes8
2025-07-28feat(exrc): user must view and explicitly run ":trust" #35069nyngwang1
2025-07-28feat(lua): add vim.list.unique()Lewis Russell2
2025-07-28fix(diagnostics): avoid jumping to diagnostics in deleted ranges #35088Sergei Slipchenko1
2025-07-27feat: serverlist({peer=true}) returns peer addresses #34806Siddhant Agarwal2
2025-07-27feat(lsp): enable document_color by default #35086Maria José Solano2
2025-07-27fix(snippet): jumping backwards to choice node (#35062)TheBlob421
2025-07-27fix(snippet): setting end_right_gravity (#35061)TheBlob421
2025-07-26fix(lsp): don't override `config.title` in `vim.lsp.buf.signature_help()` #35075Maria José Solano1
2025-07-26fix(lsp): codelens extmark line out of range (#35070)Jaehwang Jung1
2025-07-25fix(diagnostics): position diagnostics using extmarks #34014Sergei Slipchenko1
2025-07-25fix(diagnostics): extend conversion support from/to quickfix format (#34006)Mike1
2025-07-24fix(extui): attempt to perform arithmetic on field 'last_emsg' (#35047)phanium1
2025-07-23refactor(lua): use vim.system #34707Yochem van Rosmalen5
2025-07-22fix(iter): ArrayIter:last returns nil when filtered to empty #34697glepnir1
2025-07-23vim-patch:5711d76: runtime(doc): Tweak documentation stylezeertzjq1
2025-07-23vim-patch:9.1.1576: cannot easily trigger wildcard expansion (#35022)zeertzjq2
2025-07-22fix(lsp): support `containerName` in symbol requests #35029Riley Bruins1
2025-07-22feat(ui2): more predictable routing #35028luukvbaal1
2025-07-21feat(lsp): diagnostic related documents supportRiley Bruins2
2025-07-21fix(lsp): store result id for unchanged diagnostic reportsRiley Bruins1
2025-07-21Merge pull request #34894 from janlazo/vim-8.1.0857zeertzjq1
2025-07-21vim-patch:1f6faff: runtime(doc): mention the "pipefail" shell option (#35016)zeertzjq1
2025-07-20vim-patch:8.1.1526: no numerical value for the patchlevelJan Edmund Lazo1
2025-07-20fix(lsp): show notification with empty hover response (#35014)Maria José Solano1