commit | a2ffb435209716dc7aeb4783333f6ea19f5d28a7 | [log] [tgz] |
---|---|---|
author | DungSaga <dungsaga@users.noreply.github.com> | Fri Oct 22 15:55:31 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 15:55:31 2021 +0100 |
tree | 75d777b0c2745327671d059d775ce873d24dae6a | |
parent | 5a5c111e79d1ea4b24133eaf44deab42a8e78eed [diff] [blame] |
patch 8.2.3554: xxd has various way to exit Problem: Xxd has various way to exit. Solution: Add function to print error and exit. (closes #9035)
diff --git a/src/version.c b/src/version.c index 8babe70..16a290b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3554, +/**/ 3553, /**/ 3552,