forked from aniani/vim
patch 8.2.3536: the do_highlight() function is way too long
Problem: The do_highlight() function is way too long. Solution: Split it into several functions. (Yegappan Lakshmanan, closes #9011)
This commit is contained in:
committed by
Bram Moolenaar
parent
9b0b844d25
commit
ad6b90c33c
1751
src/highlight.c
1751
src/highlight.c
File diff suppressed because it is too large
Load Diff
@@ -757,6 +757,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3536,
|
||||||
/**/
|
/**/
|
||||||
3535,
|
3535,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user