commit | 3f1e9f000f761406a94366383a2e4878e2c50547 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:36:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:36:43 2021 +0100 |
tree | 83e59ae76ddfdd5d19c599b9ae70bc5c82716b29 | |
parent | 0f2a5cc68b676b56694c27034690a7b9ef049feb [diff] [blame] |
patch 8.2.2555: Vim9: missing test for 8.2.2553 Problem: Vim9: missing test for 8.2.2553. Solution: Add a simple test.
diff --git a/src/version.c b/src/version.c index 6f05f36..1dfd0d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2555, +/**/ 2554, /**/ 2553,