]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1504: Vim9: white space checks are only done for a :def function v8.2.1504
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Aug 2020 20:36:47 +0000 (22:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Aug 2020 20:36:47 +0000 (22:36 +0200)
commit7cb6fc29d067ed97c0b0c1d2d5767125ef9ae1ab
treea5307e1932b80df92df373384835b4c90b6db628
parent81e17fbe00fd2ed93b262adc3ba41c86b02e7f46
patch 8.2.1504: Vim9: white space checks are only done for a :def function

Problem:    Vim9: white space checks are only done for a :def function.
Solution:   Also do checks at the script level.  Adjust the name of a few
            error messages.
src/dict.c
src/errors.h
src/evalvars.c
src/list.c
src/testdir/test_vim9_expr.vim
src/testdir/vim9.vim
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9script.c
src/vim9type.c