summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-26 21:05:27 +0100
committerBram Moolenaar <Bram@vim.org>2020-10-26 21:05:27 +0100
commit8133cc6bf454eb90bb0868f7cf806fce5c0c9fe6 (patch)
treebfb32937e3b811412be16b24058e03840e94cc78 /runtime
parentc8970b94645d0730f4a7cc42388ff32665398e8b (diff)
downloadvim-git-8133cc6bf454eb90bb0868f7cf806fce5c0c9fe6.tar.gz
patch 8.2.1909: number of status line items is limited to 80v8.2.1909
Problem: Number of status line items is limited to 80. Solution: Dynamically allocate the arrays. (Rom Grk, closes #7181)
Diffstat (limited to 'runtime')
-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 88b3d2b23..239ecb2e1 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7225,7 +7225,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: >