commit | 8c34ea54ad1ba3ea9a604ba0495669bdd1393d9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 22:29:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 22:29:02 2020 +0200 |
tree | ddce956699c5e2d0141eb21c74d3356aec5a85ce | |
parent | 5d2eb0fff0fbe905da2c57fd73f7f127a73d1c99 [diff] [blame] |
patch 8.2.1205: Vim9: && and || work different when not compiled Problem: Vim9: && and || work different when not compiled. Solution: Keep the value.
diff --git a/src/version.c b/src/version.c index 49896f7..668b3b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1205, +/**/ 1204, /**/ 1203,