1
0
forked from aniani/vim

patch 8.2.0235: draw error when an empty group is removed from 'statusline'

Problem:    Draw error when an empty group is removed from 'statusline'.
Solution:   Do not use highlighting from a removed group.
This commit is contained in:
Bram Moolenaar
2020-02-08 18:35:31 +01:00
parent d5b9914938
commit dbe5d361fe
4 changed files with 36 additions and 0 deletions

View File

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