diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-26 07:06:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-26 07:06:43 +0100 |
commit | b0196586debd55b9b8be62966084eee12bf0e4ad (patch) | |
tree | 738e9c21a57e31950420cb0533b8a8b2a8838eb0 /runtime | |
parent | 927a4f24e09e879ae1006aab32ead81985c61865 (diff) | |
parent | bbad324b175f1bd35201f0ba73fba1b11af7093d (diff) | |
download | rneovim-b0196586debd55b9b8be62966084eee12bf0e4ad.tar.gz rneovim-b0196586debd55b9b8be62966084eee12bf0e4ad.tar.bz2 rneovim-b0196586debd55b9b8be62966084eee12bf0e4ad.zip |
Merge #11568 'fillchars: foldopen, foldsep, foldclose'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4b8740c5d2..519cbf66b1 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2371,6 +2371,9 @@ A jump table for the options with a short description can be found at |Q_op|. stlnc:c ' ' or '=' statusline of the non-current windows vert:c '│' or '|' vertical separators |:vsplit| fold:c '·' or '-' filling 'foldtext' + foldopen:c '-' mark the beginning of a fold + foldclose:c '+' show a closed fold + foldsep:c '|' open fold middle marker diff:c '-' deleted lines of the 'diff' option msgsep:c ' ' message separator 'display' eob:c '~' empty lines at the end of a buffer |