aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-10-31 20:31:42 -0400
committerGitHub <noreply@github.com>2020-10-31 20:31:42 -0400
commitbc68653a869645e45f52edbf296106be5deabf2f (patch)
tree6bf7f626d45c98b267aedf6c21bb64d23ac71479 /runtime/doc/options.txt
parent98024853f4755f51e82526b45484bae0ec6042ba (diff)
parent10bf69a43e8f58b0d49bc6253e4e2758060670a8 (diff)
downloadrneovim-bc68653a869645e45f52edbf296106be5deabf2f.tar.gz
rneovim-bc68653a869645e45f52edbf296106be5deabf2f.tar.bz2
rneovim-bc68653a869645e45f52edbf296106be5deabf2f.zip
Merge pull request #13167 from romgrk/vim-8.2.1909
vim-patch:8.2.1909: number of status line items is limited to 80
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 9fa152c86b..b83d2c4484 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5797,7 +5797,7 @@ A jump table for the options with a short description can be found at |Q_op|.
normal text. Each status line item is of the form:
%-0{minwid}.{maxwid}{item}
All fields except the {item} are optional. A single percent sign can
- be given as "%%". Up to 80 items can be specified. *E541*
+ be given as "%%".
When the option starts with "%!" then it is used as an expression,
evaluated and the result is used as the option value. Example: >