commit | c1ec0422e43720d2e96627605532ee9806c0789f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 22:27:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 22:27:58 2020 +0200 |
tree | 567a177470c45e6b244f503ca4d89e88e7a977c3 | |
parent | 3e4cc9671c5551b73f0176cab40e676ed72a1716 [diff] [blame] |
patch 8.2.1650: Vim9: result of && and || expression is not bool in script Problem: Vim9: result of && and || expression cannot be assigned to a bool at the script level. Solution: Add the VAR_BOOL_OK flag. Convert to bool when needed.
diff --git a/src/version.c b/src/version.c index 86cae2f..21ed079 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1650, +/**/ 1649, /**/ 1648,