summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/core/startup_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-17test: include test path in summary (#39141)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
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 #37987Ayaan1
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-20test: start test runners in Xtest_xdg dir (#37964)zeertzjq1
2026-02-17fix(highlight): refresh highlight attrs before message output #25737glepnir1
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq1
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-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-12-18fix(lua): don't remove first char of non-file stacktrace source (#37008)zeertzjq1
2025-12-15fix(input): don't exit on EOF when peeking for input with -es (#36948)zeertzjq1
2025-09-10fix(startup): crash in read_stdin #35699Cameron Ring1
2025-08-24fix(diff): set default diff flags properly (#35450)zeertzjq1
2025-08-20fix(startup): file buf is lost if stdin is empty and "-" is last #35402Cameron Ring1
2025-07-28fix(messages): 'exrc' / secure messagesJustin M. Keyes1
2025-07-28feat(exrc): user must view and explicitly run ":trust" #35069nyngwang1
2025-07-01test(exrc): lua exrc knows its location #34713Yochem van Rosmalen1
2025-06-07fix(startup): make startup windows if there are only floating windows (#34349)luukvbaal1
2025-06-01fix(eval): winnr('$') counts non-current hidden/unfocusable windows #34207luukvbaal1
2025-05-20feat(exrc): stop searching in parent directories by unsetting 'exrc'Yochem van Rosmalen1
2025-05-11feat(exrc): search in parent directories (#33889)Yochem van Rosmalen1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-01-05"nvim -es": disable shada #21723Justin M. Keyes1
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2025-01-03test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-21docs: misc (#31138)dundargoc1
2024-11-17fix(messages): proper multiline Lua print() messages #31205luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-11-13fix(startup): report --startuptime error to stderr (#31131)zeertzjq1
2024-09-09refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes1
2024-08-06fix(filetype): fix :filetype detect error with -u NONE (#29991)zeertzjq1
2024-06-22fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq1
2024-05-31test: remove checks for failed tests on WindowsGregory Anders1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-06fix: adjust error message for error in UI event callback (#28200)zeertzjq1
2024-04-05feat(defaults): add :Inspect to right-click menu (#28181)zeertzjq1