]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1243: Vim9: cannot have a comment line halfway a list v8.2.1243
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 12:41:58 +0000 (14:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 12:41:58 +0000 (14:41 +0200)
commit75783bd84e42e8431e4a62dfbabc9be1a1e56901
tree3c62a332de2eee53b4b7e936b19bd29961dd3250
parent65b9545f4494abcb455400c08e51de27bc305866
patch 8.2.1243: Vim9: cannot have a comment line halfway a list

Problem:    Vim9: cannot have a comment or empty line halfway a list at script
            level.
Solution:   Skip more than one line if needed.
src/eval.c
src/proto/vim9compile.pro
src/scriptfile.c
src/version.c
src/vim9compile.c