1
0
forked from aniani/vim

patch 8.2.3743: ":sign" can add a highlight group without a name

Problem:    ":sign" can add a highlight group without a name.
Solution:   Give an error if the group name is missing. (closes #9280)
This commit is contained in:
Bram Moolenaar
2021-12-05 13:02:50 +00:00
parent f589fd3e10
commit 5e18ccc60b
4 changed files with 34 additions and 0 deletions

View File

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