commit | 49b79bd4888341d527c95f2aa73ed953203ce2b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 05 21:52:55 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 05 21:52:55 2020 +0100 |
tree | d43e2c107c13b78845cf4e72670f696c21e88717 | |
parent | 8f027fe470555252b258508c455e93700a969cb1 [diff] [blame] |
patch 8.2.0357: cannot delete a text property matching both id and type Problem: Cannot delete a text property matching both id and type. (Axel Forsman) Solution: Add the "both" argument.
diff --git a/src/version.c b/src/version.c index 3e7115b..2e3b729 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 357, +/**/ 356, /**/ 355,