aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-11-24 10:59:15 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2019-11-26 19:14:54 +0100
commit49a40f425d88cbbac09fdf442c22f725bffc2249 (patch)
treef9d93538f9a4671dd6b4b97b298d5d35dec2082e /runtime
parent222637c341700294a059651bcea62d2e91795646 (diff)
downloadrneovim-49a40f425d88cbbac09fdf442c22f725bffc2249.tar.gz
rneovim-49a40f425d88cbbac09fdf442c22f725bffc2249.tar.bz2
rneovim-49a40f425d88cbbac09fdf442c22f725bffc2249.zip
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 386fcdf8c0..209b8a7aee 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -2362,7 +2362,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'fillchars'* *'fcs'*
'fillchars' 'fcs' string (default "")
- local to window
+ global or local to window |global-local|
Characters to fill the statuslines and vertical separators.
It is a comma separated list of items:
@@ -3671,7 +3671,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'listchars'* *'lcs'*
'listchars' 'lcs' string (default: "tab:> ,trail:-,nbsp:+"
Vi default: "eol:$")
- local to window
+ global or local to window |global-local|
Strings to use in 'list' mode and for the |:list| command. It is a
comma separated list of string settings.