commit | 0d4d9ee9bb18f89d76c67f037baebe2c2db545f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 19:28:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 19:28:15 2021 +0200 |
tree | 7063335b7972eb55ac85bfa000f388550c485bc2 | |
parent | f78da4f9d6daf1907e4ce4be74146375dbd9a546 [diff] [blame] |
patch 8.2.3270: prop_find() finds property with ID -2 Problem: prop_find() finds property with ID -2. Solution: Use a separate flag to indicate an ID was specified. (issue #8674)
diff --git a/src/version.c b/src/version.c index e1e1f83..3f22663 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3270, +/**/ 3269, /**/ 3268,