commit | f65cc665fa751bad3ffe75f58ce1251d6695949f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 18:17:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 18:17:50 2022 +0100 |
tree | 1d0e9290a723f14c2add28f27529d2ba63b80dd9 | |
parent | 507618702e0b04d37028a5bdf7d0d1b09555e19a [diff] [blame] |
patch 8.2.5166: test for DiffUpdated fails Problem: Test for DiffUpdated fails. Solution: Also accept a count of two.
diff --git a/src/version.c b/src/version.c index 8e396cd..3422e7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5166, +/**/ 5165, /**/ 5164,