neovim/test/functional/options
Björn Linse 92e80f18a8 options: make 'fillchars' and 'listchars' global-local
These options were previously global. A global-local window option
behaves closer to a global option "per default" (i e with :set),
but still supports local behavior via :setl

Also this restores back-compat for nvim_set_option("fcs", ...)
which are currently broken on 0.4.x but worked in earlier versions
2020-02-21 14:14:15 -08:00
..
autochdir_spec.lua win: enable more functional tests 2018-01-06 17:47:00 +01:00
chars_spec.lua options: make 'fillchars' and 'listchars' global-local 2020-02-21 14:14:15 -08:00
defaults_spec.lua findoption_len: treat viminfo/viminfofile as aliases 2019-08-26 09:39:00 +02:00
keymap_spec.lua Update documentation 2018-03-14 10:39:14 +00:00
num_options_spec.lua vim-patch:8.1.1614: 'numberwidth' can only go up to 10 2019-07-05 21:26:46 -04:00
pastetoggle_spec.lua 'pastetoggle': Revert support for multi-key value (#6724) 2017-05-31 13:20:06 +02:00
shortmess_spec.lua swapfile: Always show swap dialog (E325) 2018-09-23 15:58:01 +02:00
tabstop_spec.lua test: tabstop=<big-number> #2838 2017-10-22 14:11:09 +02:00