summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/terminal/tui_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky1
2026-04-22test(tui_spec): fix "Uncaught Error" with PUC Lua (#39288)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-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-18test(tui_spec): don't run tty-test in a shell (#39186)zeertzjq1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-04-04fix(:restart): inherit stderr fd on Unix (#38755)zeertzjq1
2026-04-02feat(:restart): reattach all UIs (#38683)zeertzjq1
2026-03-31fix(defaults): check for TUI on non-stdio channel on startup (#38581)zeertzjq1
2026-03-31test(tui_spec): work around flaky test with ASAN (#38619)zeertzjq1
2026-03-31test(tui_spec): unskip a few more tests on Windows (#38618)zeertzjq1
2026-03-31fix(:restart): only pass --headless when there is no UI (#38580)zeertzjq1
2026-03-29test: fix s390x failuresJustin M. Keyes1
2026-03-29fix(:restart): specify ++nested in UIEnter (#38550)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-18test(tui_spec): remove unnecessary :messages (#38349)zeertzjq1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-03-11docs: deprecate hit-enterJustin M. Keyes1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-03-06revert: "fix(tui): server --listen error sometimes not visible (#38027)" (#38...zeertzjq1
2026-03-02fix(tui): server --listen error sometimes not visible (#38027)zeertzjq1
2026-02-28fix(channel): support :detach, :restart on Windows #37977Sanzhar Kuandyk1
2026-02-27fix(startup): wait for bg detection before user config #37075Kyle1
2026-02-27fix(restart): drop "-s <scriptfile>" from v:argv on :restart #38058glepnir1
2026-02-23test: don't test overriding argv[0] using FFI (#38012)zeertzjq1
2026-02-14fix(restart): append `-c <cmd>` at end, drop `-- [files…]` #37846Justin M. Keyes1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-02-13fix(cmd): filter stdin file "-" from v:argv on :restart #37165glepnir1
2026-02-08fix(autocmd): deferred TermResponse lacks "data", may not fire (#37778)Sean Dewar1
2026-02-05test(tui_spec): check that 'ttimeoutlen' works (#37702)zeertzjq1
2026-02-03fix(tui): use 0x7f as Backspace on Windows with VT input (#37679)zeertzjq1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq1
2026-02-01test(tui_spec): fix overwriting environment on Windows (#37651)zeertzjq1
2026-02-01test: wait for uv.pipe_connect() callback (#37640)zeertzjq1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-21test: fix some type warnings (#37483)zeertzjq1
2026-01-21fix(tui): avoid using uv_pipe_t as uv_tty_t (#37479)zeertzjq1
2026-01-20test: fail CI if .nvimlog is not empty (#37470)zeertzjq1
2026-01-20test: add tests for #14379zeertzjq1
2025-12-05test: skip noisy "terminal mode unavailable" logs #36794Justin M. Keyes1
2025-11-30feat(ex_cmds): consistent :restart behavior (#36723)Olivia Kinnear1
2025-11-16fix: make :restart respect 'confirm' option #36531alf1711
2025-10-31feat(build): HAVE_UNIBILIUMbfredl1
2025-10-30test(tui_spec): check logfile for --listen error (#36390)zeertzjq1
2025-10-30test(tui_spec): separate remote client :restart tests (#36388)zeertzjq1
2025-10-30fix(tui): heap-use-after-free when resuming (#36387)zeertzjq1