forked from aniani/vim
patch 9.0.0233: removing multiple text properties takes many calls
Problem: Removing multiple text properties takes many calls. Solution: Pass a list to prop_remove(). (Ben Jackson, closes #10945)
This commit is contained in:
committed by
Bram Moolenaar
parent
38ea5bda2b
commit
a7704226a2
@@ -731,6 +731,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
233,
|
||||
/**/
|
||||
232,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user