commit | cff40ff98664f4f5a9631aff1a155caf762ea74b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 16:21:37 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 16:21:37 2021 +0100 |
tree | 43819da60d947bf116b65278fae16b888741208e | |
parent | 657137ca487c60d63989236115115161def270a5 [diff] [blame] |
patch 8.2.2320: Vim9: no error for comparing bool with string Problem: Vim9: no error for comparing bool with string. Solution: Check for wrong types when comparing. (closes #7639)
diff --git a/src/version.c b/src/version.c index 0b174f5..2ef443b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2320, +/**/ 2319, /**/ 2318,