]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1551: Vim9: error for argument type does not mention the number v8.2.1551
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Aug 2020 21:24:20 +0000 (23:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Aug 2020 21:24:20 +0000 (23:24 +0200)
commit8b565c2c1522e0c41e3d18e1bb6e1bc4b3686842
treea9868e4023d16c89444de0df1f5a7ade212a7546
parent02aaad91094939758e053588dd23ebda467eea29
patch 8.2.1551: Vim9: error for argument type does not mention the number

Problem:    Vim9: error for argument type does not mention the number.
Solution:   Pass the argument number to where the error is given.
src/eval.c
src/proto/vim9type.pro
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9script.c
src/vim9type.c