commit | f2b26bcf8f498fed72759af4aa768fb2aab3118c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 23:05:11 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 23:05:11 2021 +0100 |
tree | 3fb840f0bd9de41b463443ddf17131a0ad77f226 | |
parent | b63f3ca66db20f7b135aae706d36be538f91f8cc [diff] [blame] |
patch 8.2.2434: Vim9: no error when compiling str2nr() with a number Problem: Vim9: no error when compiling str2nr() with a number. Solution: Add argument type checks. (closes #7759)
diff --git a/src/version.c b/src/version.c index 555a2f9..8159289 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2434, +/**/ 2433, /**/ 2432,