commit | 1a7ee4dd115329052670d7af176341bd09c9dc5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 16 16:15:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 16 16:15:07 2021 +0200 |
tree | 8cd6b11b8a665721275262c26f20a20065fad415 | |
parent | ee2cbcd99c54d7c4a3ccfaf0cd5ddeb1369a844e [diff] [blame] |
patch 8.2.3442: Vim9: || and && are not handled at compile time Problem: Vim9: || and && are not handled at compile time when possible. Solution: When using constants generate fewer instructions.
diff --git a/src/version.c b/src/version.c index 7c8a254..ba2b475 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3442, +/**/ 3441, /**/ 3440,