diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-11-26 22:10:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 22:10:13 +0100 |
commit | 5f9209389b95c03f22c660e9f36d0158b0f664e3 (patch) | |
tree | e670fbeb5dd52a3841e82d1302689831b4ceb0e3 /runtime | |
parent | a40ae96a38f0e99947421f81511ad2f7c2d3fc2c (diff) | |
parent | 49a40f425d88cbbac09fdf442c22f725bffc2249 (diff) | |
download | rneovim-5f9209389b95c03f22c660e9f36d0158b0f664e3.tar.gz rneovim-5f9209389b95c03f22c660e9f36d0158b0f664e3.tar.bz2 rneovim-5f9209389b95c03f22c660e9f36d0158b0f664e3.zip |
Merge pull request #11445 from bfredl/fcslcs
options: make 'fillchars' and 'listchars' global-local instead of local-only
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 |
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. |