commit | 61a89816996a0cad0d711c91e6e7cea9a9101211 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 16:58:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 16:58:17 2020 +0200 |
tree | c1256b63ced7f3efb60548685764189fdef61889 | |
parent | f391586f3f6a304d3bb0160ab75bdd9d758bd2da [diff] [blame] |
patch 8.2.0708: Vim9: constant expressions are not simplified Problem: Vim9: constant expressions are not simplified. Solution: Simplify string concatenation.
diff --git a/src/version.c b/src/version.c index c004e33..14504da 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 708, +/**/ 707, /**/ 706,