]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1272: Vim9: type not checked if declaration also assigns value v8.2.1272
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Jul 2020 19:45:14 +0000 (21:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Jul 2020 19:45:14 +0000 (21:45 +0200)
commit4cdb13ce81309b62b636f2c614241959174d3fef
tree1aca6deba270ad18affef8d6be22a2b8ffd13fe4
parent0f60e80f9b6d778e460b4dc8333cd8e17c1b620b
patch 8.2.1272: Vim9: type not checked if declaration also assigns value

Problem:    Vim9: type not checked if declaration also assigns value.
Solution:   Check the type. (issue #6507)
src/eval.c
src/proto/vim9compile.pro
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9script.c