aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/defaults_spec.lua
Commit message (Expand)AuthorAge
* 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
* test: TUI colors ('t_Co')Justin M. Keyes2016-07-03
* functests: Check logs in lua codeZyX2016-06-10
* Satisfy testlint.KillTheMule2016-04-28
* test: defaults_spec.luaJustin M. Keyes2016-04-15