commit | 47810464aa4f9edbf222c02a860a3ec560b0b7a1 | [log] [tgz] |
---|---|---|
author | DungSaga <dungsaga@users.noreply.github.com> | Fri Oct 22 12:55:42 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 12:55:42 2021 +0100 |
tree | e4e5a50a10b4bb9900338c7957702bbc52f96b11 | |
parent | 94e7d345c156a722bb161b73238c4ba1d27ec586 [diff] [blame] |
patch 8.2.3552: xxd revert does not handle end of line correctly Problem: Xxd revert does not handle end of line correctly. Solution: Check for newline first. (closes #9034)
diff --git a/src/version.c b/src/version.c index 75c3519..0143761 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3552, +/**/ 3551, /**/ 3550,