1
0
forked from aniani/vim

patch 9.0.0167: checking for text properties could be a bit more efficient

Problem:    Checking for text properties could be a bit more efficient.
Solution:   Return early when there are no text properties.  Update TODO
            items.
This commit is contained in:
Bram Moolenaar
2022-08-07 22:04:56 +01:00
parent 50652b0c5c
commit 38ea2733b4
2 changed files with 5 additions and 6 deletions

View File

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