commit | e525bdda3aa29f0ffcb18d8d16903ebafc2b5881 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 18:12:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 18:12:40 2021 +0200 |
tree | 73a8e54308ce26ef1c046c66e38616a1ed58a00d | |
parent | dae453f3397a26a53301d7327e6ed43e8b392035 [diff] [blame] |
patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped Problem: Vim9: after "if false" line breaks in expression not skipped. Solution: Do parse the expression. (closes #8723)
diff --git a/src/version.c b/src/version.c index d31a019..a6e2f1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3312, +/**/ 3311, /**/ 3310,