commit | 80ad3e25697cf759d5af5cd13e8b124c1cd657f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 20:48:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 20:48:58 2021 +0100 |
tree | ba7155fcb4002ce2f6c77b3244e9b2812e970157 | |
parent | f272ae12ac064856b710046393d5bf9b1670076d [diff] [blame] |
patch 8.2.2443: Vim9: no compile time error for wrong str2float argument Problem: Vim9: no compile time error for wrong str2float argument. Solution: Check argument type. (closes #7759)
diff --git a/src/version.c b/src/version.c index d802f9c..b3d4fef 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2443, +/**/ 2442, /**/ 2441,