commit | 5cd647935d0834b3064aa36384b8f6730fadadd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 18:23:24 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 18:23:24 2021 +0000 |
tree | d0b40261ac7160d723f5bca46cf57d43641e9aed | |
parent | 35cfd793aad7c4bfba4a9bedf5c435c44e4293d0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index bca7604..423ec6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3893, +/**/ 3892, /**/ 3891,