]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable v8.2.0973
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Jun 2020 17:00:10 +0000 (19:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Jun 2020 17:00:10 +0000 (19:00 +0200)
commit34db91f7a47b7bd4aabf1e1dfbaa8a08278bf78d
tree116cb78d7fe2603f6213f355ad35c7ccbd3ebcd6
parentc82a5b5da5eab15bc35115545b639fb590272ad7
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable

Problem:    Vim9: type is not checked when assigning to a script variable.
Solution:   Check the type.
src/evalvars.c
src/proto/vim9compile.pro
src/proto/vim9script.pro
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9script.c