]> granicus.if.org Git - vim/commit
patch 8.2.2628: Vim9: #{ can still be used at the script level v8.2.2628
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Mar 2021 12:29:38 +0000 (13:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Mar 2021 12:29:38 +0000 (13:29 +0100)
commit5c7a299c1652b28977c30e3e3a5ab93c65e7f7ed
treec14eaf648415c5eeccb3e9feb4cfda533c4cde73
parent4355894869355c185e7810e67d52802453576e81
patch 8.2.2628: Vim9: #{ can still be used at the script level

Problem:    Vim9: #{ can still be used at the script level.
Solution:   Give an error for #{ like in a :def function.
src/eval.c
src/ex_docmd.c
src/testdir/test_vim9_expr.vim
src/version.c