]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3893: Vim9: many local variables are initialized with an instruction v8.2.3893
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Dec 2021 18:23:24 +0000 (18:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Dec 2021 18:23:24 +0000 (18:23 +0000)
commit5cd647935d0834b3064aa36384b8f6730fadadd6
treed0b40261ac7160d723f5bca46cf57d43641e9aed
parent35cfd793aad7c4bfba4a9bedf5c435c44e4293d0
patch 8.2.3893: Vim9: many local variables are initialized with an instruction

Problem:    Vim9: many local variables are initialized with an instruction.
Solution:   Initialize local variables to zero to avoid the instructions.
src/proto/vim9instr.pro
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9cmds.c
src/vim9compile.c
src/vim9execute.c
src/vim9instr.c