summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/options
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes3
2026-04-09feat(logs)!: move logs to `stdpath("state")/logs`Olivia Kinnear1
2026-02-20test: start test runners in Xtest_xdg dir (#37964)zeertzjq1
2026-02-18feat(logging): rename ".nvimlog" => "nvim.log" #37935Justin M. Keyes1
2026-02-03feat(defaults): exclude temp dirs from 'shada' oldfiles #37631Pavel Pisetski1
2025-12-15refactor(test): use command, pcall_err in num_options_spec #36933glepnir1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq1
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-12-16fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes1
2024-12-16fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl5
2024-10-18fix(options): fix some 'belloff' flags not working properly (#30856)zeertzjq1
2024-09-09fix(test): "tempdir not a directory" in CI logsJustin M. Keyes1
2024-09-09refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2
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 conventionsdundargoc11
2024-04-10refactor(test): inject after_each differentlyLewis Russell11
2024-04-08test: improve test conventionsdundargoc11
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 highlightsbfredl3
2024-03-21test(options): add test for `'modified'`Famiu Haque1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq2
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-02-22fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski1
2024-01-18vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell4
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell3
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl1
2024-01-03refactor: format test/*Justin M. Keyes8
2023-12-19test: "diff" flag of 'fillchars' (#26657)zeertzjq1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq4
2023-10-17vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq1
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 Russell2
2023-05-05refactor: using a different error number for 'mousescroll'zeertzjq1
2023-05-05vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1