commit | 05bd9785fd0fd0102ab64554307bff0ec0ae34c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 21:37:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 21:37:28 2021 +0200 |
tree | eeef112a38b72de2fc1cca61e8de74c3ae168a2f | |
parent | c4c5642513ac41b22b7772cc880c776c69e964c9 [diff] [blame] |
patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime Problem: Vim9: bool expression with numbers only fails at runtime. Solution: Check constant to be bool at compile time. (closes #8603)
diff --git a/src/version.c b/src/version.c index bc26f90..fa86ff6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3196, +/**/ 3195, /**/ 3194,