commit | 10c75c4a09a604ea674a2700aacb55914750b86d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:53:30 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:53:30 2021 +0000 |
tree | 7ff5132101764c8df780a3a64054d7915394bc33 | |
parent | 11ceb7d949e7c2fb36509a79dfe8df54fbdfa666 [diff] [blame] |
patch 8.2.3929: using unititialized variable Problem: Using unititialized variable. Solution: Set the option flags to zero for a terminal option.
diff --git a/src/version.c b/src/version.c index 1dedcfe..505d3f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3929, +/**/ 3928, /**/ 3927,