]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1719: Vim9: no error if comma is missing in between arguments v8.2.1719
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Sep 2020 20:43:52 +0000 (22:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Sep 2020 20:43:52 +0000 (22:43 +0200)
commit10e4f12bf4cd08328618bbf4e57a15435296e586
tree59f1ca38433653ec8583186995075d7afe5608d3
parentb816dae16dbeec91ccb6fd1c0289b86b4ad5d7b3
patch 8.2.1719: Vim9: no error if comma is missing in between arguments

Problem:    Vim9: no error if comma is missing in between arguments.
Solution:   Give an error message.
src/errors.h
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c