]> granicus.if.org Git - vim/commit
patch 8.2.2770: Vim9: type of loop variable is not used v8.2.2770
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Apr 2021 19:48:32 +0000 (21:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Apr 2021 19:48:32 +0000 (21:48 +0200)
commitfe090eb58fad1aaf83267d0b4ace9f024a5ba2bc
treec9446376111c5970b61b74ff6b1ca1ed58848248
parent6bc00699c5049c40761d212bef1b490e2af7944c
patch 8.2.2770: Vim9: type of loop variable is not used

Problem:    Vim9: type of loop variable is not used.
Solution:   Parse and check the variable type. (closes #8107)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c