summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_core
AgeCommit message (Expand)AuthorFiles
2026-04-22backport: fix(ui2): ensure msg window is visible after closing tab (#39245)neovim-backports[bot]1
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq1
2026-04-22fix(:restart): --listen reusage on windows #39281neovim-backports[bot]1
2026-04-21backport: refactor(test): drop deprecated exc_exec #39255Justin M. Keyes1
2026-04-20fix(ui2): don't dismiss expanded messages for non-typed key #39247luukvbaal2
2026-04-19backport docs: misc (#39206)Justin M. Keyes1
2026-04-18fix(lua): make `vim._with()` work with `buf=0` and `win=0` context #39151Evgeni Chasnovski1
2026-04-16fix(ui2): dialog paging is inconsistent #39128luukvbaal1
2026-04-16backport test: lint naming conventions (#39124)Justin M. Keyes1
2026-04-15backport: refactor: update usages of deprecated "buffer" param #39090Justin M. Keyes1
2026-04-15test: replace busted with local harnessLewis Russell1
2026-04-15fix(lua): make vim.deep_equal cycle-safeLewis Russell1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq2
2026-04-05fix(ui2): update spill indicator when appending to expanded cmdline #38715luukvbaal1
2026-04-01backport: docs: misc #38692Justin M. Keyes1
2026-04-01fix(ui2): vim.on_key should return nil instead of false (#38668)phanium1
2026-03-31fix(ui2): prevent flicker when entering pager from expanded cmdline (#38662)neovim-backports[bot]2
2026-03-31fix(cmdline): redraw cmdline after empty message (#38485)luukvbaal1
2026-03-31fix(defaults): check for TUI on non-stdio channel on startup (#38581)zeertzjq1
2026-03-30fix(ui2): allow empty argument for enable() #38605Christian Clason1
2026-03-30fix(ui2): correct buffer reference in msg:start_timer() (#38600)Ayush Goyal1
2026-03-28docs: news #38464Justin M. Keyes2
2026-03-26fix(ui2): ENTER may focus pager in insert/terminal mode #38497phanium2
2026-03-26fix(ui2): no paging in dialog below expanded cmdline #38489luukvbaal1
2026-03-24fix(ui2): show messages in dialog window when entering expanded cmdline #38465luukvbaal2
2026-03-24docs: api, plugins, ui2Justin M. Keyes2
2026-03-23refactor: rename termcap.lua -> tty.lua #38437Justin M. Keyes1
2026-03-22docs: starting.txt new layoutJustin M. Keyes1
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k1
2026-03-21feat(ui2): configure maximum window heights #38392luukvbaal2
2026-03-20docs: miscJustin M. Keyes1
2026-03-19feat(defaults): map "grx" to vim.lsp.codelens.run() #37689Yi Ming1
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 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