summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_core
AgeCommit message (Expand)AuthorFiles
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle1
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas1
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear2
2026-04-22feat(treesitter): expand selection to sibling node #38938altermo1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-22perf(lsp): clear table by table.clear() #39222Yi Ming1
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq1
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk1
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes1
2026-04-21feat(defaults): map ZR to restartMike J. McGuirk1
2026-04-20fix(ui2): don't dismiss expanded messages for non-typed key #39247luukvbaal2
2026-04-20fix(ui2): ensure msg window is visible after closing tabLuuk van Baal1
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-04-20refactor(excmd): migrate ex_terminal to LuaJustin M. Keyes1
2026-04-19feat(excmd): add EXX error codes for :lsp, :log #39135Olivia Kinnear1
2026-04-18docs: misc #39045Justin M. Keyes1
2026-04-18fix(lua): make `vim._with()` work with `buf=0` and `win=0` context #39151Evgeni Chasnovski1
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes1
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes3
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-04-16fix(ui2): dialog paging is inconsistent #39128luukvbaal1
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-15test: replace busted with local harnessLewis Russell1
2026-04-15fix(lua): make vim.deep_equal cycle-safeLewis Russell1
2026-04-10feat(ex): add `:log` commandOlivia Kinnear2
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq2
2026-04-05feat(defaults): :Open without args opens current file #38776Olivia Kinnear1
2026-04-05fix(ui2): update spill indicator when appending to expanded cmdline #38715luukvbaal1
2026-04-01docs: misc #38584Justin M. Keyes1
2026-04-01fix(ui2): vim.on_key should return nil instead of false (#38668)phanium1
2026-03-31fix(ui2): flicker when entering pager from expanded cmdline #38639luukvbaal2
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