commit | 8e3fc135e884a30620fb1c6e84986fae1467acd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 18:33:57 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 18:33:57 2021 +0200 |
tree | aee5f877c6359bf1971a2dc2d03abf3be6c77dd7 | |
parent | bf634a0a8b64fda2e53d3e2254fe0ffdc3d67196 [diff] [blame] |
patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error Problem: Calling prop_find() with -1 for ID gives errornous error. (Naohiro Ono) Solution: When passing -1 use -2. (closes #8674)
diff --git a/src/version.c b/src/version.c index 2ef5237..917e001 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3257, +/**/ 3256, /**/ 3255,