commit | 38ecd9722664049d636f4fba759b3ebbfd34e97d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 21:44:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 21:44:44 2022 +0000 |
tree | 9c21a2fbb6312962d1531bc721fa5253eedbd7ca | |
parent | 857c8bb1bbe754cf2c5b709703d2eb848c800285 [diff] [blame] |
patch 8.2.4103: Vim9: variable declared in for loop not initialzed Problem: Vim9: variable declared in for loop not initialzed. Solution: Always initialze the variable. (closes #9535)
diff --git a/src/version.c b/src/version.c index dd97a71..d0d9b62 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4103, +/**/ 4102, /**/ 4101,