summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/core
AgeCommit message (Expand)AuthorFiles
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq1
2026-04-24fix(path): normalize path slashes on Windows #37729tao2
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear1
2026-04-22ci: drop cirrus #39321Justin M. Keyes1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes2
2026-04-22perf(lsp): clear table by table.clear() #39222Yi Ming1
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes3
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-04-17test: include test path in summary (#39141)zeertzjq2
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-14fix(gf): handle local `file:` URI paths #38915Barrett Ruth1
2026-04-05fix(coverity): coverity/530031, coverity/530027 resource leaks #37916Jibril1
2026-04-04fix(channel): crash on exit after closing v:stderr channel (#38754)zeertzjq1
2026-03-31fix(:restart): only pass --headless when there is no UI (#38580)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-12feat(startup): warn if NVIM_LOG_FILE is inaccessible #38070anondeveg2
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes2
2026-03-10fix(lua): extra CR (\r) in `nvim -l` output #38048Commrade Goad1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan3
2026-03-05fix(tui): call tcdrain() on stdout and stderr on exit (#38154)zeertzjq1
2026-02-26Merge pull request #37722 from bfredl/fastpackaddbfredl1
2026-02-25refactor(test): simplify v:argf tests #38055Justin M. Keyes1
2026-02-25perf(runtime): hardware accelerated "packadd opt_package"bfredl1
2026-02-25feat(startup): provide v:argf for file arguments #35889Sanzhar Kuandyk1
2026-02-23test(core/channels_spec): fix flaky test (#38025)zeertzjq1
2026-02-20test: start test runners in Xtest_xdg dir (#37964)zeertzjq1
2026-02-17fix(highlight): refresh highlight attrs before message output #25737glepnir1
2026-02-16refactor(tests): server_spec #37912Justin M. Keyes1
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq1
2026-02-11fix(channel): possible hang after connecting with TCP times out (#37813)zeertzjq1
2026-02-11fix(channel): crash on failed sockconnect() (#37811)zeertzjq1
2026-02-10refactor(help): move escaping logic to Lua #37757Yochem van Rosmalen1
2026-02-06Merge #37424 $XDG_CONFIG_DIRS with init.lua, $NVIM_APPNAMEJustin M. Keyes1
2026-02-06fix(startup): respect $NVIM_APPNAME in $XDG_CONFIG_DIRS pathsJesse van der Pluijm1
2026-02-06fix(startup): source init.lua from XDG_CONFIG_DIRSJesse van der Pluijm1
2026-02-05refactor: rename _extui => _core.ui2 #37692luukvbaal1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq3
2026-01-29fix(process): avoid unexpected behavior when PTY chdir failed (#37614)zeertzjq1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq2
2026-01-28fix(process): avoid buffering unnecessary UI event with PTY CWD (#37582)zeertzjq1
2026-01-21test: fix flaky tests (#37478)zeertzjq1
2026-01-20test: fail CI if .nvimlog is not empty (#37470)zeertzjq1
2026-01-20test(core/server_spec): check error in logfile (#37469)zeertzjq1
2026-01-20fix(socket): remove stale socket files (#37378)James Fotherby1
2026-01-20test: add tests for #14379zeertzjq1
2026-01-14test: remove non-actionable tests from "pending" list #37384Justin M. Keyes1
2026-01-13fix(shell): ceci n'est pas une pipebfredl1
2026-01-12fix(channel): unreference list after callback finishes (#37358)zeertzjq1