summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-11-17fix(pack)!: ensure plugin is fully absent if not fully installedEvgeni Chasnovski1
2025-11-17fix(pack)!: adjust install confirm (no error on "No", show names)Evgeni Chasnovski1
2025-11-16fix(vim.fs): abspath(".") returns "/…/." #36583Justin M. Keyes1
2025-11-16fix(vim.fs): root() should always return absolute path #36466Cameron Ring1
2025-11-16docs: misc #36580Justin M. Keyes2
2025-11-16feat(lsp): skip invalid header lines #36402tao2
2025-11-16fix(pack): show more informative error message if no `git` executableEvgeni Chasnovski1
2025-11-16docs(pack): add example workflow of how to revert after a bad updateEvgeni Chasnovski1
2025-11-16feat(pack): update `add()` to handle source change for installed pluginEvgeni Chasnovski1
2025-11-16fix(pack)!: make default `opts.load` in `add()` to work inside 'plugin/'Evgeni Chasnovski1
2025-11-16fix(pack): relax minimal Git version to be 2.0 #36573Evgeni Chasnovski2
2025-11-15docs: getpos, getregion, lspJustin M. Keyes4
2025-11-13Merge #36468 from echasnovski/pack-consistencyJustin M. Keyes2
2025-11-12fix(lsp): reuse_win prioritizes windows/tabs currently displayed #36486Toby She1
2025-11-13vim-patch:9.1.1909: filetype: .mom files recognized as nroff files (#36543)zeertzjq1
2025-11-11fix(trust): :trust command on Windows #36509Andrey Starodubtsev1
2025-11-11fix(lsp): check `nvim.lsp.enable` before `doautoall` #36518Maria Solano1
2025-11-11fix(lsp): check for non-nil buffer state on reset (#36519)Maria Solano1
2025-11-12vim-patch:9.1.1906: filetype: not all Ruby files are recognized (#36526)zeertzjq1
2025-11-10fix(lsp): correct iteration through attached buffers (#36517)Maria Solano2
2025-11-10feat(lsp): deprecate `vim.lsp.stop_client` (#36459)Olivia Kinnear1
2025-11-10fix(lsp): deprecate `vim.lsp.get_buffers_by_client_id` (#36449)Maria Solano4
2025-11-09refactor(spellfile): config() interface, docs #36481Yochem van Rosmalen2
2025-11-09fix(lsp): don't overlay insertion-style inline completions (#36477)Riley Bruins2
2025-11-09fix(lsp): ignore inline completions after leaving insert mode (#36476)Riley Bruins1
2025-11-09vim-patch:c28b73d: runtime(doc): Improve :help synconcealed() descriptionzeertzjq1
2025-11-08fix(ui): cmdline_show is not fired after clearing the screen (#36451)luukvbaal3
2025-11-06fix(pack): use more correct URI for confirmation buffer nameEvgeni Chasnovski2
2025-11-06fix(pack): consistently use "revision" instead of "state"Evgeni Chasnovski2
2025-11-06fix(pack): use full hashes in lockfile and revision descriptionEvgeni Chasnovski1
2025-11-06fix(treesitter): reset next_col when performing intermediate highlightsRiley Bruins1
2025-11-05fix(lsp): don't immediately force shutdown when using a timeout (#36455)Maria Solano1
2025-11-04fix(lsp): fix window to set cursor for inline completion (#36444)Folke Lemaitre1
2025-11-02vim-patch:9.1.1892: Not possible to know once Vim is done with sourcing vimrc...zeertzjq1
2025-11-01feat(lsp): support auto-force escalation in client stop (#36378)Maria Solano2
2025-11-01vim-patch:9.1.1889: filetype: not all AppleScript files are recognized (#36411)zeertzjq1
2025-10-28docs: rename l10n help files #36377Justin M. Keyes1
2025-10-28fix(filetype): move fallback logic to vim.filetype.match() #30141Jonny Kong1
2025-10-29vim-patch:9.1.1886: filetype: Android aconfig files are not recognized (#36374)zeertzjq1
2025-10-29vim-patch:6be154f: runtime(doc): revert wrong 'incsearch' descriptionzeertzjq1
2025-10-28fix(health): attempt to concatenate table value #36369Justin M. Keyes1
2025-10-27fix(ui2): emit FileType event after setting default pager options #36315yilisharcs1
2025-10-27fix(lsp): stop repeatedly resuming dead coroutine #35743tao1
2025-10-27vim-patch:9.1.1878: filetype: Soy files are not recognized (#36346)zeertzjq1
2025-10-27vim-patch:9.1.1876: pre-inserted text not exposed in complete_info() (#36342)zeertzjq1
2025-10-27vim-patch:3fc00c0: runtime(doc): mention that 'incsearch' ignores addresses a...zeertzjq1
2025-10-25Merge #34940 refactor(spell): migrate to Lua, drop netrw depJustin M. Keyes1
2025-10-26refactor(spell): cleanupJustin M. Keyes1
2025-10-26refactor(spell): migrate to Lua, drop netrw dependencyTom Ampuero1
2025-10-25fix(lsp): ensure bufnr is passed for buffer-local requests (#36325)skewb1k3