commit | cb6cbf29e97b7abdeb1e6cbdc5e735f5b55e97a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 17:17:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 17:17:01 2021 +0100 |
tree | 86eba55217414a5da1596a63dfc32d802ec28962 | |
parent | 9567efa1b4a41baca9b2266f5903d5dda7ad1e88 [diff] [blame] |
patch 8.2.2333: Vim9: warning for uninitialized variable Problem: Vim9: warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize "res".
diff --git a/src/version.c b/src/version.c index 464154f..390c1f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2333, +/**/ 2332, /**/ 2331,