commit | c6530c9d6860fcc5074371f84768be82bae597f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 23:04:11 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 23:04:11 2023 +0100 |
tree | eba8c4c6dc587f4b7534b669ab0b48b0dec03a2d | |
parent | 031d6321885c15c054d28e3a434de743c1b3193d [diff] |
patch 9.0.1649: syntax test failure causes script to abort Problem: Syntax test failure causes script to abort. Solution: Fix appending string to list.
diff --git a/src/version.c b/src/version.c index 191bf50..5535b9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1649, +/**/ 1648, /**/ 1647,