commit | 7c5b3c03699a4ab31f47c24290852d441ea8c12a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 22:40:57 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 22:40:57 2021 +0100 |
tree | 5f109e192f320eec35b68ae6dbf56bcff9670392 | |
parent | 4afa77419fb6e9ed194f8a3cf84dac7cda70deb4 [diff] [blame] |
patch 8.2.2517: Vim9: fix for s390 not tested on other systems Problem: Vim9: fix for s390 not tested on other systems. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index c3b73a5..60d7d62 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2517, +/**/ 2516, /**/ 2515,