]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0585: Vim9: # comment not recognized after :vim9script v8.2.0585
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Apr 2020 20:10:49 +0000 (22:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Apr 2020 20:10:49 +0000 (22:10 +0200)
commit7a09224583b2ad0d9d0648b53cc2d989d45ae96e
tree0902978c7dc890c45e1cc25e4c46656b64875466
parentc5f33db888d14225e5a3851563c9a7fc0b5a5564
patch 8.2.0585: Vim9: # comment not recognized after :vim9script

Problem:    Vim9: # comment not recognized after :vim9script.
Solution:   Check script type. Make comment after ":echo" work.  And in
            several other places.
src/eval.c
src/ex_docmd.c
src/proto/ex_docmd.pro
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c