commit | bed36b939a4c66f41d1f24e32cfa521b10f22b82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 07 23:31:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 07 23:31:36 2020 +0200 |
tree | 6da93384fee79332450a6b71d72ef3f6a1f81123 | |
parent | fe465a01cfbbbae5d870d6108e0ad0947f03b0c4 [diff] [blame] |
patch 8.2.1153: Vim9: script test fails on some systems Problem: Vim9: script test fails on some systems. Solution: Return proper value from Compare().
diff --git a/src/version.c b/src/version.c index f5de446..0d3e85e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1153, +/**/ 1152, /**/ 1151,