summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_core
AgeCommit message (Expand)AuthorFiles
2026-03-19feat(lsp): vim.lsp.get_configs() #37237Olivia Kinnear1
2026-03-18fix(options): vim.opt fails for 'fillchars' #37141Juan Pablo Briones1
2026-03-18docs: misc, terminalJustin M. Keyes1
2026-03-18refactor(terminal): impl "[Process exited]" in Lua #38343Ayaan1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes1
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber1
2026-03-13refactor: rename _ensure_integer => _assert_integerJustin M. Keyes3
2026-03-13docs: miscJustin M. Keyes1
2026-03-12fix(ui2): use pager to list consecutively typed commands #38272luukvbaal2
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell4
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-03-12feat(startup): warn if NVIM_LOG_FILE is inaccessible #38070anondeveg2
2026-03-11docs: deprecate hit-enterJustin M. Keyes1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes3
2026-03-10Merge #37926 msg_show UI event indicates user-interactiveJustin M. Keyes2
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-03-08feat(treesitter): incremental selectionaltermo1
2026-03-07fix(ui2): ensure expanded cmdline is closed after :<Esc> (#38187)luukvbaal2
2026-03-06fix(ui2): only highlight Ex command lines in the cmdline #38182luukvbaal2
2026-03-06fix(ui2): immediately open target windows on new tabpage (#38170)luukvbaal2
2026-03-04feat(ui2): support routing "typed_cmd" trigger to targetLuuk van Baal2
2026-03-02test: suppress DSR wait warning when running tests (#38126)zeertzjq1
2026-02-28feat(ui2): configure targets per message kind #38091luukvbaal2
2026-02-27fix(help): better align local-additions #38097Yochem van Rosmalen1
2026-02-27fix(startup): wait for bg detection before user config #37075Kyle1
2026-02-25fix(ui2): leftover empty lines in msg window #38059luukvbaal1
2026-02-24fix(ui2): multiline/color replaced message, expanded cmdline, error messages ...luukvbaal2
2026-02-23refactor: defer_fn return type #37999Justin M. Keyes1
2026-02-17fix(ui2): don't change configured message target implicitly #37924luukvbaal2
2026-02-17feat(ui2): show active paging keys in dialog float title #37919luukvbaal1
2026-02-16fix(ui2): only set dialog on_key callback once #37905luukvbaal3
2026-02-16feat(lsp): support `textDocument/documentLink` (#37644)Maria Solano1
2026-02-14refactor(help): move local-additions to Lua #37831Yochem van Rosmalen1
2026-02-12fix(ui2): incomplete :echon message in g< pager #37819phanium1
2026-02-10feat(lua): add `Iter:unique()` (#37592)Olivia Kinnear2
2026-02-10refactor(help): move escaping logic to Lua #37757Yochem van Rosmalen1
2026-02-05fix(ui2): always route to dialog when cmdline is open #37730luukvbaal2
2026-02-05refactor: rename _extui => _core.ui2 #37692luukvbaal3
2026-02-01fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)zeertzjq1
2026-01-27fix: misc typos #37471phanium1
2026-01-23build(deps): bump luv to 1.51.0-2Christian Clason1
2026-01-22fix(lsp): raise error when lsp config is invalid type (#37508)Olivia Kinnear1
2026-01-22fix(lsp): fix nil-index error for `:lsp enable` (#37411)Olivia Kinnear1
2026-01-11fix(lua): vim._with() doesn't save boolean options properly (#37354)zeertzjq1
2026-01-07feat(editor): :source can run Lua codeblock / ts injection #36799benarcher26911
2026-01-02fix(lsp): `:lsp restart` restarts on client exit #37125Olivia Kinnear1
2025-12-30build: move shared.lua to _core/Justin M. Keyes1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes9
2025-12-25fix(ex): error handling for `:lsp` #37061Olivia Kinnear1
2025-12-16fix(lsp): tests for :lsp, rename start/stopOlivia Kinnear1