commit | 80c34ca312506c2c65eef6b119e214f7e6f87eb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 23:05:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 23:05:18 2020 +0200 |
tree | 6ed6f531c30f56d1c7e116394f180f76ad265ad2 | |
parent | ea94fbe83bca69eda4f03e92ecf581d0343c7b47 [diff] [blame] |
patch 8.2.0495: Vim9: some code not tested Problem: Vim9: some code not tested. Solution: Add more tests. Support more const expressions.
diff --git a/src/version.c b/src/version.c index de0565a..454dbd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 495, +/**/ 494, /**/ 493,