commit | 0c35752d04f70408a3c560d5b3edbafcaddff302 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 14:43:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 14:43:43 2021 +0200 |
tree | f4db397f3be18ba9dc6082b73ed24e98affb15da | |
parent | c6ba2f9dde6d01c8ab356c239c2259f7d83652a4 [diff] [blame] |
patch 8.2.3176: Vim9: no type error for comparing number with string Problem: Vim9: no type error for comparing number with string. Solution: Add a runtime type check. (closes #8571)
diff --git a/src/version.c b/src/version.c index 8b674d3..c1a4f3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3176, +/**/ 3175, /**/ 3174,