1
0
forked from aniani/vim

patch 8.2.3356: adding many text properties requires a lot of function calls

Problem:    Adding many text properties requires a lot of function calls.
Solution:   Add the prop_add_list() function. (Yegappan Lakshmanan,
            closes #8751)
This commit is contained in:
Yegappan Lakshmanan
2021-08-16 21:39:09 +02:00
committed by Bram Moolenaar
parent 434df7a401
commit ccfb7c6758
9 changed files with 277 additions and 101 deletions

View File

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