forked from aniani/vim
patch 9.0.1767: '.-' no allowed in highlight group names
Problem: '.-' no allowed in highlight group names Solution: Allow dot and hyphen characters in highlight group names Allow dots and hyphens in group names. There does not seem to be any reason for these to be disallowed. closes: #12807 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
This commit is contained in:
committed by
Christian Brabandt
parent
bedc69f9d6
commit
d4376dc3eb
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1767,
|
||||
/**/
|
||||
1766,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user