summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-02-17 13:14:07 +0100
committerBram Moolenaar <Bram@vim.org>2021-02-17 13:14:07 +0100
commit3aca5a6fbcfbf5f4492b9ea0c4308ac524d33606 (patch)
treee5d533698b1e46e544e37e1c1c389ec4e6fde482 /runtime
parentc0fcb6e0b10050145e7d334b68b1bdc5201fed05 (diff)
patch 8.2.2524: cannot change the characters displayed in the foldcolumnv8.2.2524
Problem: Cannot change the characters displayed in the foldcolumn. Solution: Add fields to 'fillchars'. (Yegappan Lakshmanan, Matthieu Coudron, closes #7860)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index d5264ecff9..70746082cf 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3247,6 +3247,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 '|' vertical separators |:vsplit|
fold:c '-' filling 'foldtext'
+ foldopen:c '-' mark the beginning of a fold
+ foldclose:c '+' show a closed fold
+ foldsep:c '|' open fold middle character
diff:c '-' deleted lines of the 'diff' option
eob:c '~' empty lines below the end of a buffer