commit | 5d2eb0fff0fbe905da2c57fd73f7f127a73d1c99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 21:59:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 21:59:33 2020 +0200 |
tree | 8e6d2f9c474df1b157244d7431556e95401edff9 | |
parent | 3ac9c4701a5f1e39303ca2885956db92215966db [diff] [blame] |
patch 8.2.1204: Vim9: true and false not recognized in Vim9 script Problem: Vim9: true and false not recognized in Vim9 script. Solution: Recognize true and false.
diff --git a/src/version.c b/src/version.c index fa57356..49896f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1204, +/**/ 1203, /**/ 1202,