]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped v8.2.3312
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Aug 2021 16:12:40 +0000 (18:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Aug 2021 16:12:40 +0000 (18:12 +0200)
commite525bdda3aa29f0ffcb18d8d16903ebafc2b5881
tree73a8e54308ce26ef1c046c66e38616a1ed58a00d
parentdae453f3397a26a53301d7327e6ed43e8b392035
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)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c