aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/defaults_spec.lua
Commit message (Expand)AuthorAge
* 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
* test: clear(): `args_rm` parameterJustin M. Keyes2019-04-27
* test: 'shadafile' defaultJustin M. Keyes2019-04-27
* startup: fix ":if 0|syntax on|endif" bug (#8731)Justin M. Keyes2018-07-18
* do not pass NULL to os_getenvJustin M. Keyes2018-05-18
* test/options: Fix stdpath() failures on WindowsJames McCoy2018-04-01
* eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
* 'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron2018-02-23
* Merge #7753 'win: enable more functional tests'Justin M. Keyes2018-01-06
|\
| * win: enable more functional testsJan Edmund Lazo2018-01-06
* | defaults: do :filetype stuff unless explicitly "off"Justin M. Keyes2018-01-04
|/
* log: Fall back to CWD-relative .nvimlogJustin M. Keyes2017-06-07
* log: set $NVIM_LOG_FILE; fallback to $XDG_DATA_HOME/nvim/logJustin M. Keyes2017-06-07
* defaults_spec: Test changing :filetype/:syntax in -c, after defaultsJames McCoy2017-04-27
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* defaults: 'showcmd', 'belloff', 'ruler'Justin M. Keyes2017-03-16
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278)Rui Abreu Ferreira2017-01-08
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* Set the default value for 'packpath'James McCoy2016-08-08
* functests: Also make sure that `set all&` does not expandZyX2016-07-10
* functests: Add tests for XDG defaultsZyX2016-07-10
* option: Do not expand options, obtained from XDG varsZyX2016-07-10