1
0
forked from aniani/vim

patch 9.0.1300: 'statusline' only supports one "%=" item

Problem:    'statusline' only supports one "%=" item.
Solution:   Add support for multiple "%=" items. (TJ DeVries, Yegappan
            Lakshmanan, closes #11970, closes #11965)
This commit is contained in:
Yegappan Lakshmanan
2023-02-11 11:15:25 +00:00
committed by Bram Moolenaar
parent 412e0e4ed9
commit 3ec78f973f
6 changed files with 72 additions and 24 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1300,
/**/
1299,
/**/