commit | e041dde7bb9157644fa5135a252c84924b9ea433 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 21:30:12 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 21:30:12 2021 +0200 |
tree | 5fa0a808d67cb5cfaf3e821999bb443c8fc64074 | |
parent | e4db17fb6e2d029aa2dddfca703ace9bcf0d85fd [diff] [blame] |
patch 8.2.3272: cannot use id zero with prop_find() Problem: Cannot use id zero with prop_find(). (Naohiro Ono) Solution: Also accept id zero.
diff --git a/src/version.c b/src/version.c index de4d26b..ba58b23 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3272, +/**/ 3271, /**/ 3270,