commit | f0eefce93bb06037a2d45e7ea8c0ad6f1f714151 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 22:19:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 22:19:01 2020 +0200 |
tree | 421cf650baa01833eedad0b2348dc4d947af9d85 | |
parent | 2cfb4a2a7248eeb40112bb482ab5b15f01b20433 [diff] [blame] |
patch 8.2.0714: Vim9: handling constant expression does not scale Problem: Vim9: handling constant expression does not scale. Solution: Use another solution, passint typval_T.
diff --git a/src/version.c b/src/version.c index 2d5931a..fd59afd 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 714, +/**/ 713, /**/ 712,