aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options
Commit message (Expand)AuthorAge
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
* fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium2024-12-16
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(options): fix some 'belloff' flags not working properly (#30856)zeertzjq2024-10-18
* fix(test): "tempdir not a directory" in CI logsJustin M. Keyes2024-09-09
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* fix(stdpath): remove duplicate directories (#26653)Raphael2024-04-03
* test: silence expected errorsdundargoc2024-04-02
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test(options): add test for `'modified'`Famiu Haque2024-03-21
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski2024-02-22
* vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: format test/*Justin M. Keyes2024-01-03
* test: "diff" flag of 'fillchars' (#26657)zeertzjq2023-12-19
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt2023-09-27
* test(options/defaults_spec): fix NVIM_APPNAME test flakiness (#24553)zeertzjq2023-08-04
* fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre2023-05-28
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* refactor: using a different error number for 'mousescroll'zeertzjq2023-05-05
* vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq2023-05-05
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* fix: failing XDG test on Windows CIJustin M. Keyes2023-01-17
* refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
* test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* test: simplify platform detection (#21020)dundargoc2022-11-22
* fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861)zeertzjq2022-10-30
* docs: fix typos (#20394)dundargoc2022-09-30
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28