commit | 06ca48a40f049f20347c9630a180457d1f1aece5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 23 10:25:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 23 10:25:21 2021 +0100 |
tree | d5904d6fb382a48477bb189615c2214de17575c5 | |
parent | 5fe07d2e08f05c6f3905fecdf07f4cfad4d6ed17 [diff] [blame] |
patch 8.2.3558: Vim9: asserting the wrong variable Problem: Vim9: asserting the wrong variable. Solution: Don't use Foo, use Goo.
diff --git a/src/version.c b/src/version.c index ea396cd..53ceef0 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3558, +/**/ 3557, /**/ 3556,