1
0
forked from aniani/vim

patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr

Problem:    Syntax highlighting disabled when using synID() in searchpair()
            skip expression and it times out. (Jaehwang Jung)
Solution:   Add the redrawtime_limit_set flag. (closes #10562)
This commit is contained in:
Bram Moolenaar
2022-06-19 12:27:45 +01:00
parent cdc6a43559
commit 6f0cf62df9
4 changed files with 11 additions and 3 deletions

View File

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