]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0567: Vim9: cannot put comments halfway expressions v8.2.0567
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Apr 2020 12:41:35 +0000 (14:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Apr 2020 12:41:35 +0000 (14:41 +0200)
commit2c330432cfb12181c61d698b5459bfd73d2610df
tree86e70718a23762d23c42fd292a623efed66205b2
parent1a2f4bf6c80d750615f19c34e5baddd21310c9c9
patch 8.2.0567: Vim9: cannot put comments halfway expressions

Problem:    Vim9: cannot put comments halfway expressions.
Solution:   Support # comments in many places.
runtime/doc/vim9.txt
src/ex_docmd.c
src/testdir/test_vim9_func.vim
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c
src/vim9compile.c