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:
committed by
Bram Moolenaar
parent
434df7a401
commit
ccfb7c6758
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3356,
|
||||
/**/
|
||||
3355,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user