]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2288: Vim9: line break and comment not always skipped v8.2.2288
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2021 17:33:13 +0000 (18:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2021 17:33:13 +0000 (18:33 +0100)
commit5afd081cd3d0f3dfbc7f6b157a8caad0ce6394ee
tree15a7e6e37034c5c14af4d15d864f6b16f7fb0a90
parentcec77d4530ae51ee9ffe0ab57fa7a37cced2b181
patch 8.2.2288: Vim9: line break and comment not always skipped

Problem:    Vim9: line break and comment not always skipped.
Solution:   Skip over white space and then line break more consistently.
            (closes #7610)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c