commit | fb9dcb080b5143d3021a8c1d6deaf143f2ca3a48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 22:00:49 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 22:00:49 2021 +0000 |
tree | 040cf1573765ab99d781a4483838720267e8df2d | |
parent | 1802405d71da20dff510690bf14f6da085836125 [diff] [blame] |
patch 8.2.3898: Vim9: not sufficient testing for variable initialization Problem: Vim9: not sufficient testing for variable initialization. Solution: Add another test case.
diff --git a/src/version.c b/src/version.c index adb3722..e41dcb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3898, +/**/ 3897, /**/ 3896,