commit | adb78a77ebb47627bcf73bd16ac1119d970e17c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 21:10:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 21:10:31 2016 +0200 |
tree | 295be0457f998f32fed7a9fb302dff0f71ac79a9 | |
parent | 688e3d1fd9b9129a5ba0e0d599ccfe6f4443daf3 [diff] [blame] |
patch 7.4.1965 Problem: When using a job in raw mode to append to a buffer garbage characters are added. Solution: Do not replace the trailing NUL with a NL. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 087c2d8..8501997 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1965, +/**/ 1964, /**/ 1963,