aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options
Commit message (Expand)AuthorAge
* 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
* fix(fillchars): change fallback after setcellwidths()zeertzjq2022-08-08
* feat: add 'mousescroll' option (#12355)Jay2022-07-06
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* feat: cmdheight=0 #16251Shougo2022-06-13
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* docs: fix typos (#18269)dundargoc2022-06-04
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix(windows): stdpath("state") => "nvim-data" #18546dundargoc2022-05-12
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* vim-patch:8.2.4837: modifiers not simplified when timed outzeertzjq2022-04-29
* test: revert test and doc changes from #6724, add a test for #6716zeertzjq2022-04-29
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* vim-patch:8.2.4801: fix for cursorbind fix not fully testedzeertzjq2022-04-21
* vim-patch:8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is...zeertzjq2022-04-21
* test: add a test for #17609zeertzjq2022-03-07
* fix(options): using :set fillchars should clear local valuezeertzjq2021-11-17
* vim-patch:8.2.2518: 'listchars' should be window-localzeertzjq2021-11-17
* 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
* vim-patch:8.2.0966: 'shortmess' flag "n" not used in two placesJan Edmund Lazo2020-06-18
* vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* 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
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* log_init: call log_path_init (#11501)Daniel Hahler2019-12-02
* options: make 'fillchars' and 'listchars' global-localBjörn Linse2019-11-26
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* findoption_len: treat viminfo/viminfofile as aliasesDaniel Hahler2019-08-26
* vim-patch:8.1.1614: 'numberwidth' can only go up to 10Jan Edmund Lazo2019-07-05
* 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
* vim-patch:8.0.1114: default for 'iminsert' is annoyingJan Edmund Lazo2019-02-03
* tests: 'fcs' and 'lcs' are local to the windowMarco Hinz2019-01-26
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* swapfile: Always show swap dialog (E325)Justin M. Keyes2018-09-23
* shortmess+=F: Hide :bnext, :bprev fileinfo messagesJustin M. Keyes2018-09-23