summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
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
2026-03-19fix(ui2): wrong condition used to detect active pagerLuuk van Baal1
2026-03-19fix(ui2): move windows to current tabpageLuuk van Baal1
2026-03-19feat(lsp): vim.lsp.get_configs() #37237Olivia Kinnear2
2026-03-18feat(lsp): migrate `document_color` to capability framework (#38344)Maria Solano4
2026-03-18fix(options): vim.opt fails for 'fillchars' #37141Juan Pablo Briones1
2026-03-18docs: misc, terminalJustin M. Keyes3
2026-03-18fix(lsp): redraw codelens after request completed #38352Yi Ming1
2026-03-18refactor(terminal): impl "[Process exited]" in Lua #38343Ayaan1
2026-03-17docs: api, lsp, messages, intro #38327Justin M. Keyes2
2026-03-17fix(lsp): respect documentation markup kind in completion preview #38338glepnir1
2026-03-17feat(diff): merge adjacent blocks using inline:word (#37085)Harsh Kapse1
2026-03-16feat(vimscript): scripts can detect 'android', 'termux' #38218TomIO1
2026-03-16feat(progress): disable cmdline progress msg via messagesopt' #36730Shadman1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-16docs: miscJustin M. Keyes2
2026-03-16Merge #27223 nvim_open_tabpageJustin M. Keyes2
2026-03-16fix(diagnostic): open_float() handles config.float function #31577glepnir1
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar2
2026-03-16fix(api): nvim_open_tabpage "after" like :[count]tabSean Dewar1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins2
2026-03-16build(deps): bump luv to 1.52.1-0Christian Clason1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes2
2026-03-15fix(statusline): missing info/hint diagnostics #38307phanium1
2026-03-14fix(api): relax config validation for "win"Sean Dewar1
2026-03-14refactor(treesitter): move range related functionsaltermo2
2026-03-14fix(lsp): handle non-string documentation in completion items #38291glepnir1
2026-03-14vim-patch:9.2.0155: filetype: ObjectScript are not recognized (#38288)zeertzjq2
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber7
2026-03-13refactor: rename _ensure_integer => _assert_integerJustin M. Keyes14
2026-03-13docs: miscJustin M. Keyes3
2026-03-13feat(diagnostic): custom status format function #36696Oleh Volynets1
2026-03-12fix(ui2): use pager to list consecutively typed commands #38272luukvbaal2
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell30
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes15
2026-03-12docs: vimfn descriptionsJustin M. Keyes2
2026-03-12feat(startup): warn if NVIM_LOG_FILE is inaccessible #38070anondeveg2
2026-03-11fix(prompt): don't implicitly set 'modified' #38118Willaaaaaaa1
2026-03-11fix(lsp): ensure augroup before querying autocmds #38254glepnir1
2026-03-11docs: miscJustin M. Keyes5
2026-03-11docs: deprecate hit-enterJustin M. Keyes3
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes14
2026-03-11feat(lsp): do completionItem/resolve if completeopt=popup #32820glepnir2
2026-03-10Merge #37926 msg_show UI event indicates user-interactiveJustin M. Keyes2
2026-03-10fix(man.lua): :Man ignores section of gzipped manpage #38235MP4301
2026-03-10feat(lsp): show snippet preview if completeopt=popup #32553glepnir1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan3
2026-03-10fix(lsp): do not clear the codelens on the last line #38226Yi Ming1