]> granicus.if.org Git - vim/commit
patch 8.2.3835: the inline-function example does not work v8.2.3835
authorBram Moolenaar <Bram@vim.org>
Fri, 17 Dec 2021 12:45:22 +0000 (12:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Dec 2021 12:45:22 +0000 (12:45 +0000)
commit259f443a934c6f2447a14bfe54403903416a9af0
treeda948110b6b10310d7d194845215ce7690057581
parentdeda6441e457072df39cdc8744dcd685d77fa273
patch 8.2.3835: the inline-function example does not work

Problem:    The inline-function example does not work.
Solution:   Drop ":let".  Add EX_EXPR_ARG to CMD_var. (issue #9352)
runtime/doc/vim9.txt
src/ex_cmds.h
src/testdir/test_vim9_expr.vim
src/version.c