commit | af647e76cacc60d3cfc5df3ff5b3d9d4b69b519d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 19:01:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 19:01:17 2021 +0200 |
tree | 051973a8b7f0bd9cec2d1fdd0bb37d86a86244b2 | |
parent | 4f33bc20d7d5444e44d13f954e8219ad1abd26ef [diff] [blame] |
patch 8.2.3296: Vim9: cannot add a number to a float Problem: Vim9: cannot add a number to a float. Solution: Accept a number if the destination is a float. (closes #8703)
diff --git a/src/version.c b/src/version.c index cc8300b..c6852f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3296, +/**/ 3295, /**/ 3294,