]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1017: Vim9: Patch 9.1.1013 causes a few problems v9.1.1017
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 15 Jan 2025 17:25:19 +0000 (18:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 15 Jan 2025 17:25:19 +0000 (18:25 +0100)
commit9904cbca4132f7376246a1a31305eb53e9530023
treed25d9c4d66c26c757b250dece97b1dcad66b6127
parent1aefe1de0b20fe4966863e07efa14b6aa87323ee
patch 9.1.1017: Vim9: Patch 9.1.1013 causes a few problems

Problem:  Vim9: Patch 9.1.1013 causes a few problems
Solution: Translate the function name only when it is a string
          (Yegappan Lakshmanan)

fixes: #16453
closes: #16450

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalfunc.c
src/testdir/test_functions.vim
src/testdir/test_vim9_func.vim
src/version.c