aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/defaults_spec.lua
Commit message (Expand)AuthorAge
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* 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: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski2024-02-22
* 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: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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
* vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq2023-05-05
* 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
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix(fillchars): change fallback after setcellwidths()zeertzjq2022-08-08
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* fix(windows): stdpath("state") => "nvim-data" #18546dundargoc2022-05-12
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* feat: defaults: auto-create backup dirGregory Anders2021-08-27
* logs: make kXDGCacheHome if it doesn't exist (#13758)Michael Lingelbach2021-01-16
* logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach2021-01-13
* win/env: fix stdpath()/XDG_* initialization, parsing #12829erw72020-09-07
* tests: bail out on libdir just like $VIMRUNTIME, it cannot be calculatedBjörn Linse2020-02-07
* env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
* log_init: call log_path_init (#11501)Daniel Hahler2019-12-02
* findoption_len: treat viminfo/viminfofile as aliasesDaniel Hahler2019-08-26
* lua/shared: move table util funcs to vim.sharedJustin M. Keyes2019-05-18
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* win/defaults: Use "…/nvim-data/site" in 'runtimepath'Justin M. Keyes2019-04-28