]> granicus.if.org Git - vim/commit
patch 8.2.0624: Vim9: no check for space before #comment v8.2.0624
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Apr 2020 15:07:30 +0000 (17:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Apr 2020 15:07:30 +0000 (17:07 +0200)
commita72cfb80cd7aa589ad2a4fb8766ed6d30ea8ae33
tree4e0ba772f84209f1d2364b6ed0c59db5f08530c7
parentf7b398c6a9476a2004a42555b731ebf47b866408
patch 8.2.0624: Vim9: no check for space before #comment

Problem:    Vim9: no check for space before #comment.
Solution:   Add space checks.  Fix :throw with double quoted string.
src/testdir/test_vim9_script.vim
src/usercmd.c
src/userfunc.c
src/version.c
src/vim9compile.c