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:
@@ -735,6 +735,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
165,
|
||||
/**/
|
||||
164,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user