forked from aniani/vim
patch 8.2.3757: an overlong highlight group name is silently truncated
Problem: An overlong highlight group name is silently truncated. Solution: Give an error if the name is too long. (closes #9289)
This commit is contained in:
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3757,
|
||||
/**/
|
||||
3756,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user