commit | cd67059c0c3abf1e28aa66458abdf6f338252eb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 18 22:14:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 18 22:14:43 2019 +0200 |
tree | 638b3405cc9de2eec8cf653c95abf314788640c2 | |
parent | 181d4f58cc421f2e6d3b16333d4cb70d35ad1342 [diff] [blame] |
patch 8.1.2056: "make test" for indent files doesn't cause make to fail Problem: "make test" for indent files doesn't cause make to fail. Solution: Exit the script with ":cquit". (Daniel Hahler, closes #4949)
diff --git a/src/version.c b/src/version.c index 1c7ece3..50c1c4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2056, +/**/ 2055, /**/ 2054,