commit | 0f2a5cc68b676b56694c27034690a7b9ef049feb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:33:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:33:21 2021 +0100 |
tree | 5ae77b623a79d6e40c9c034f4eee4325c43e6033 | |
parent | 9faec4e3d439968e21ad74e917aebb289df8f849 [diff] [blame] |
patch 8.2.2554: Vim9: exporting a final is not tested Problem: Vim9: exporting a final is not tested. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index eece321..6f05f36 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2554, +/**/ 2553, /**/ 2552,