commit | 577bd85d55f30019c890ec80fd44d91108ec35c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 18:42:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 18:42:52 2022 +0000 |
tree | 689f62d6aedff5177cbb201a00f5742136ef6ec2 | |
parent | fe2ef0b2cda0b25c45bd9e320f8b77931ee8ef2e [diff] [blame] |
patch 8.2.4054: Vim9 script test fails Problem: Vim9 script test fails. Solution: Add missing change.
diff --git a/src/version.c b/src/version.c index 6ab7271..7d080c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4054, +/**/ 4053, /**/ 4052,