commit | 79186bee785081322c198f0074cb1f2d07764eb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 01:35:51 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 01:35:51 2023 +0100 |
tree | e8b4aeddba174e61d357e70e1973c0d3af929f18 | |
parent | 7d0dbd0070fd8ed86b08f81f6acfad9a5fe55672 [diff] [blame] |
patch 9.0.1657: one more syntax test depends on the system Problem: One more syntax test depends on the system. Solution: Use "dash" instead of "sh".
diff --git a/src/version.c b/src/version.c index 535afe7..f847175 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1657, +/**/ 1656, /**/ 1655,