commit | ba7c0d7b4ce03336b4aebe1959c1a8342fa6dbd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 18:54:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 18:54:42 2020 +0200 |
tree | 4e0d3369a2304c30e9013bb2662ba5f453a72232 | |
parent | 96f8f499ce51ea791d9b044c266f84380fa54848 [diff] [blame] |
patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script level Problem: Vim9: cannot assign 1 and 0 to bool at script level. Solution: Add the TTFLAG_BOOL_OK flag to the type. Fix name of test function.
diff --git a/src/version.c b/src/version.c index 18d2b3e..1d1e00e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1644, +/**/ 1643, /**/ 1642,