summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2026-02-06refactor(lsp): always fetch lenses again in codelens.run (#37720)Mathias Fußenegger1
2026-02-05fix(ui2): always route to dialog when cmdline is open #37730luukvbaal2
2026-02-05docs(lua): vim.keymap.set takes no `noremap` #37723Christian Clason1
2026-02-05refactor: rename _extui => _core.ui2 #37692luukvbaal5
2026-02-04fix(ui2): only copy highlight marks when expanding cmdline #37709luukvbaal1
2026-02-04feat(ui2): replace message by its ID #37672luukvbaal1
2026-02-04fix(ui2): don't adjust dialog pos for pum wildmenu (#37695)Sean Dewar1
2026-02-03fix(lsp): don't empty server start-boundary by next client response #37665Tomasz N1
2026-02-03feat(lsp): support range + full semantic token requests #37611jdrouhard4
2026-02-03Merge #37626 feat(lsp)!: textDocument/codeLens as decoration providerJustin M. Keyes4
2026-02-03fix(lsp): avoid scheduling client deletion before LspNotify #37685Yi Ming1
2026-02-03feat(lsp): support `workspace/codeLens/refresh`Yi Ming3
2026-02-03feat(lsp)!: reimplement `textDocument/codeLens` as decoration providerYi Ming3
2026-02-03feat(defaults): exclude temp dirs from 'shada' oldfiles #37631Pavel Pisetski1
2026-02-03fix(ui2): wildmenu hidden behind dialog window #37684luukvbaal3
2026-02-02fix(ui2): callbacks reference stale message-window handles #37673luukvbaal1
2026-02-01fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)zeertzjq2
2026-02-01fix(lsp): call `on_list` before reading `loclist` #37645Maria Solano1
2026-02-01vim-patch:dd9f7e6: runtime(doc): Fix some overlength lineszeertzjq2
2026-01-30fix(lsp): use LSP textEdit range for completion start boundary (#37491)Harsh Kapse1
2026-01-29docs(pack): clarify caveats about installing based on the lockfileEvgeni Chasnovski1
2026-01-28perf(filetype): vim.filetype.get_option cache miss when option value is false...phanium1
2026-01-28refactor(lua): use vim.fs instead of fnamemodifyYochem van Rosmalen11
2026-01-28fix(types): add missing @return annotationsJosh Cooper2
2026-01-27fix: lsp.enable() don't work correctly inside FileType event #37538phanium1
2026-01-27fix(lsp): remove side-effects if `vim.lsp.enable()` raises an error (#37571)Olivia Kinnear1
2026-01-27Merge #37309 :checkhealth vim.packJustin M. Keyes2
2026-01-27fix: misc typos #37471phanium4
2026-01-27fix(health): use FileType autocmd for bug report winbar #37486glepnir1
2026-01-27feat(lsp): semantic token range improvements #37451jdrouhard4
2026-01-27feat(health): check `vim.ui.open()` tool #37569skewb1k2
2026-01-27fix(health): add back `vim.cmd.redraw()` call (#37576)Olivia Kinnear1
2026-01-26fix(ui): only internal messages are unsafe #37462luukvbaal5
2026-01-26fix(health): redraw after emitting progress message #37567Olivia Kinnear1
2026-01-26docs: nvim_set_hl fg_index, bg_indexed #37534glepnir1
2026-01-26fix(diagnostics): assert adjusted diagnostic position #37210Sergei Slipchenko1
2026-01-26docspack): mention re-install after source's default branch change #37560Evgeni Chasnovski1
2026-01-26vim-patch:9.1.2110: filetype: skhd files are not recognizedzeertzjq1
2026-01-26vim-patch:9.1.2109: filetype: NetLinx fires are not recognizedzeertzjq1
2026-01-23feat(lsp): highlighting the symbol being renamed (#37390)Yi Ming1
2026-01-23build(deps): bump luv to 1.51.0-2Christian Clason2
2026-01-22fix(lsp): raise error when lsp config is invalid type (#37508)Olivia Kinnear2
2026-01-22fix(lsp): fix nil-index error for `:lsp enable` (#37411)Olivia Kinnear1
2026-01-21vim-patch:9.1.2100: filetype: tiltfiles are not recognized (#37477)zeertzjq1
2026-01-20vim-patch:9.1.1202: Missing TabClosedPre autocommandzeertzjq2
2026-01-18vim-patch:9.1.2094: filetype: tiger files are not recognizedChristian Clason1
2026-01-17fix(health): show full curl outputChristian Clason1
2026-01-16vim-patch:9.1.0059: No event triggered before creating a windowzeertzjq2
2026-01-15fix(treesitter): fix spell navigation on first line (#37361)ashab-k1
2026-01-13Merge #37377 from echasnovski/pack-fix-checkoutJustin M. Keyes1