commit | af8ea0d066d31cf3cd0a39c5c49ce0342728588d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 11 18:24:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 11 18:24:46 2021 +0200 |
tree | 197127aeed14e316adffce7c854b94bc8351764a | |
parent | 09f067fca38c9f89ad088e8c096c4df3998575e2 [diff] [blame] |
patch 8.2.2755: Vim9: no error for using a number in a condition Problem: Vim9: no error for using a number in a condition. Solution: Also use ISN_COND2BOOL if the type is t_number_bool. (closes #7644)
diff --git a/src/version.c b/src/version.c index d18c0f8..d8b39eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2755, +/**/ 2754, /**/ 2753,