]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3239: Vim9: no error using heredoc for a number variable v8.2.3239
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 19:25:49 +0000 (21:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 19:25:49 +0000 (21:25 +0200)
commit81530e36033dec2c2cd94af6dd48ceb0389e95a2
tree3dc9d5809dcad4596602f26e3a4b66453c089fc1
parentd47c39775b8d381005751b7b20da56412dafb5e4
patch 8.2.3239: Vim9: no error using heredoc for a number variable

Problem:    Vim9: no error using heredoc for a number variable.
Solution:   Add a type check. (closes #8627)
src/evalvars.c
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c