summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/options/defaults_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-09feat(logs)!: move logs to `stdpath("state")/logs`Olivia Kinnear1
2026-02-18feat(logging): rename ".nvimlog" => "nvim.log" #37935Justin M. Keyes1
2026-02-03feat(defaults): exclude temp dirs from 'shada' oldfiles #37631Pavel Pisetski1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-05-04test: multiline assert_log()Justin M. Keyes1
2025-03-02docs: misc #31996Justin M. Keyes1
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-09fix(test): "tempdir not a directory" in CI logsJustin M. Keyes1
2024-09-09refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-09-05feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes1
2024-09-02feat(startup): validate --listen addressJustin M. Keyes1
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-03fix(stdpath): remove duplicate directories (#26653)Raphael1
2024-04-02test: silence expected errorsdundargoc1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-02-22fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-09-27feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt1
2023-08-04test(options/defaults_spec): fix NVIM_APPNAME test flakiness (#24553)zeertzjq1
2023-05-28fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-05vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq1
2023-02-16feat: $NVIM_APPNAME #22128Ghjuvan Lacambre1
2023-01-17fix: failing XDG test on Windows CIJustin M. Keyes1
2023-01-17refactor(tests): lift retry() into assert_log()Justin M. Keyes1
2023-01-16test: avoid noise in NVIM_LOG_FILEJustin M. Keyes1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-09-28feat(gen_help_html.lua): adapt to new parserJustin M. Keyes1
2022-08-08fix(fillchars): change fallback after setcellwidths()zeertzjq1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2022-06-13fix(tests): check for EOF on exit of nvim properlybfredl1
2022-05-12fix(windows): stdpath("state") => "nvim-data" #18546dundargoc1
2022-05-12feat(defaults): session data in $XDG_STATE_HOME #15583Ivan1
2021-09-01refactor(tests): use assert_alive() #15546Justin M. Keyes1
2021-08-27feat: defaults: auto-create backup dirGregory Anders1
2021-01-16logs: make kXDGCacheHome if it doesn't exist (#13758)Michael Lingelbach1
2021-01-13logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach1