]> granicus.if.org Git - vim/commit
patch 8.2.4934: string interpolation fails when not evaluating v8.2.4934
authorBram Moolenaar <Bram@vim.org>
Tue, 10 May 2022 17:11:43 +0000 (18:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 May 2022 17:11:43 +0000 (18:11 +0100)
commit70c41241c2701f26a99085e433925a206ca265a3
tree1afeaeb49dfc47199313bf397955519a5f598572
parentdf6e0e46c55c9c6d788f94482a8858c0f31391f4
patch 8.2.4934: string interpolation fails when not evaluating

Problem:    String interpolation fails when not evaluating.
Solution:   Skip the expression when not evaluating. (closes #10398)
src/evalvars.c
src/proto/evalvars.pro
src/testdir/test_vim9_expr.vim
src/typval.c
src/version.c