commit | 90455cfa87f84f16179c19241b034abbfa8b3c9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 21:56:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 21:56:38 2020 +0200 |
tree | 3c130b18dcc420176849c2f3049db83cc325ed11 | |
parent | ec9749f33d26162fad40714a7d21978aea10fc69 [diff] [blame] |
patch 8.2.0597: test_eval is old style Problem: Test_eval is old style. Solution: Change some tests to a new style test.
diff --git a/src/version.c b/src/version.c index bac1ac3..075f4db 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 597, +/**/ 596, /**/ 595,