diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2019-02-09 12:17:43 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2019-02-09 12:21:24 +0100 |
commit | c9d01ff7db7b3ae7ecfcedbeae3e605996f4e214 (patch) | |
tree | 31214b8af3210545a085a92d150d2db2adbfde76 | |
parent | f6faeea41c70015f6d9b63fecaf80d106cd2636d (diff) | |
download | rneovim-c9d01ff7db7b3ae7ecfcedbeae3e605996f4e214.tar.gz rneovim-c9d01ff7db7b3ae7ecfcedbeae3e605996f4e214.tar.bz2 rneovim-c9d01ff7db7b3ae7ecfcedbeae3e605996f4e214.zip |
doc: 'fillchars' is local to window
This was forgotten in 352811fe5 since the commit was originally meant to only
change 'listchars'.
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 315ca24835..f07de55524 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2351,7 +2351,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'fillchars'* *'fcs'* 'fillchars' 'fcs' string (default "") - global + local to window Characters to fill the statuslines and vertical separators. It is a comma separated list of items: |