commit | 339d60c89bef0315343a6128a1b4826510b0efe4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 29 22:01:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 29 22:01:21 2020 +0200 |
tree | 0d6d1a34dc0271294ea20999b69420a475e89622 | |
parent | ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 [diff] [blame] |
patch 8.2.0661: eval test is still old style Problem: Eval test is still old style. Solution: Change into new style tests. (Yegappan Lakshmanan, closes #6009)
diff --git a/src/version.c b/src/version.c index ad2e1c3..0946468 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 661, +/**/ 660, /**/ 659,