commit | a7704226a26b95b15bf87d3a3a5128e23e4aaa06 | [log] [tgz] |
---|---|---|
author | Ben Jackson <puremourning@gmail.com> | Sat Aug 20 20:54:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 20:54:51 2022 +0100 |
tree | c0f1d18d5e6afd512a9f5dbeb1e5b0e1d9837f07 | |
parent | 38ea5bda2b699d91e339fb116d96e3a4f2e69c89 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0943fc1..92b55ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 233, +/**/ 232, /**/ 231,