Merge pull request #13167 from romgrk/vim-8.2.1909

vim-patch:8.2.1909: number of status line items is limited to 80
This commit is contained in:
Jan Edmund Lazo
2020-10-31 20:31:42 -04:00
committed by GitHub
9 changed files with 180 additions and 159 deletions

View File

@@ -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: >