]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4145: confusing error when using name of import for a function v8.2.4145
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Jan 2022 17:21:29 +0000 (17:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Jan 2022 17:21:29 +0000 (17:21 +0000)
commit937610bc9f9c827e3e25fed32661fcbf3f994e10
tree1ce20686961b8b5e70edf33775ae14e1485b4eca
parent1a8825d7a3484d76ca16ea2aa9769cadca7758a4
patch 8.2.4145: confusing error when using name of import for a function

Problem:    Confusing error when using name of import for a function.
Solution:   Pass a flag to trans_function_name().
src/eval.c
src/proto/userfunc.pro
src/testdir/test_vim9_import.vim
src/userfunc.c
src/version.c
src/vim.h