commit | 3ea8a1b1296af5b0c6a163ab995aa16d49ac5f10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 19:03:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 19:03:51 2022 +0000 |
tree | 3f69edb63032893a8666461d761cb70e38732658 | |
parent | 7ce7daf6cd6a7ed27eac060699026640b4b239a8 [diff] [blame] |
patch 9.0.1046: class method disassemble test fails on MS-Windows Problem: Class method disassemble test fails on MS-Windows. Solution: Do not match with a specific size.
diff --git a/src/version.c b/src/version.c index fa77295..b1e39c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1046, +/**/ 1045, /**/ 1044,