commit | 2e0866128b6266829a7f38733d5188bc4ec68745 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 22:37:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 22:37:48 2020 +0200 |
tree | 3140508ba16b6457477c953036bcd3499e679548 | |
parent | b9fc192f928b484c8809fb985ef334d7a2bb5a09 [diff] [blame] |
patch 8.2.1524: no longer get an error for string concatenation with float Problem: No longer get an error for string concatenation with float. (Tsuyoshi Cho) Solution: Only convert float for Vim9 script. (closes #6787)
diff --git a/src/version.c b/src/version.c index f977e28..70fe7df 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1524, +/**/ 1523, /**/ 1522,