]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0150: error for using #{ in an expression is a bit confusing v9.0.0150
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2022 10:35:28 +0000 (11:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2022 10:35:28 +0000 (11:35 +0100)
commit25f40af9d2f04d18c8a276249f2794e83aa5c290
tree211120fc59c884678f5d27233a85af3401452c83
parent5ac4b1a24e3ba52698a0d24b22cdd2e1c7895417
patch 9.0.0150: error for using #{ in an expression is a bit confusing

Problem:    Error for using #{ in an expression is a bit confusing.
Solution:   Mention that this error is only given for an expression.
            Avoid giving the error more than once. (closes #10855)
src/errors.h
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9script.c