summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-02-11 11:15:25 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-11 11:15:25 +0000
commit3ec78f973fdaec2cea8e036ed38037b2fe40670b (patch)
tree1c2f85b5d0b762bbd0e8f943017e0a2e1c240aae /runtime/doc
parent412e0e4ed903682f352d8ea58ded480930cc664f (diff)
patch 9.0.1300: 'statusline' only supports one "%=" itemv9.0.1300
Problem: 'statusline' only supports one "%=" item. Solution: Add support for multiple "%=" items. (TJ DeVries, Yegappan Lakshmanan, closes #11970, closes #11965)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index eece6008ed..3d1f2ff8d2 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7776,7 +7776,10 @@ A jump table for the options with a short description can be found at |Q_op|.
mark. This information is used for mouse clicks.
< - Where to truncate line if too long. Default is at the start.
No width fields allowed.
- = - Separation point between left and right aligned items.
+ = - Separation point between alignment sections. Each section will
+ be separated by an equal number of spaces. With one %= what
+ comes after it will be right-aligned. With two %= there is a
+ middle part, with white space left and right of it.
No width fields allowed.
# - Set highlight group. The name must follow and then a # again.
Thus use %#HLname# for highlight group HLname. The same