1
0
forked from aniani/vim

patch 9.0.0165: looking up a text property type by ID is slow

Problem:    Looking up a text property type by ID is slow.
Solution:   Keep an array of property types sorted on ID.
This commit is contained in:
Bram Moolenaar
2022-08-07 18:20:08 +01:00
parent c390cc13e5
commit e44336b00a
3 changed files with 85 additions and 36 deletions

View File

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