]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0298: Vim9 script: cannot start command with a string constant v8.2.0298
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Feb 2020 17:36:32 +0000 (18:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Feb 2020 17:36:32 +0000 (18:36 +0100)
commit0c6ceaf90389b41545d803458c4813013811c756
tree885e0983a420271d5d98b58e7669252d972f8bd5
parent8b430b4c1df74bde757a7e5ee0ee2854fdad6472
patch 8.2.0298: Vim9 script: cannot start command with a string constant

Problem:    Vim9 script: cannot start command with a string constant.
Solution:   Recognize expression starting with '('.
runtime/doc/vim9.txt
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c