commit | d90f91fe3075bb51668ed926182b2163da9df001 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sat Jul 30 15:43:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 15:43:59 2022 +0100 |
tree | 44a94d1432fd4bbae2d1acfba88a8e03f497719e | |
parent | 0f823c360947779d9de6048c6bce51c670a06eb6 [diff] [blame] |
patch 9.0.0113: has() is not strict about parsing the patch version Problem: has() is not strict about parsing the patch version. Solution: Check the version more strictly. (Ken Takata, closes #10752)
diff --git a/src/version.c b/src/version.c index 4a79784..0a6fc72 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 113, +/**/ 112, /**/ 111,