1
0
forked from aniani/vim

patch 9.1.0652: too many strlen() calls in syntax.c

Problem:  too many strlen() calls in syntax.c
Solution: refactor code to reduce the number or strlen() calls,
          get rid of un-used SYN_NAMELEN macro
          (John Marriott)

closes: #15368

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
John Marriott
2024-08-01 23:01:25 +02:00
committed by Christian Brabandt
parent 0214680a8e
commit b4ea77185c
2 changed files with 69 additions and 48 deletions

View File

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