0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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:
Yegappan Lakshmanan 2021-10-18 22:13:57 +01:00 committed by Bram Moolenaar
parent 9b0b844d25
commit ad6b90c33c
2 changed files with 949 additions and 804 deletions

File diff suppressed because it is too large Load Diff

View File

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