comparison src/version.c @ 13326:7f1a5e8d8289 v8.0.1537

patch 8.0.1537: xxd does not skip NUL lines when using ebcdic commit https://github.com/vim/vim/commit/085346f5a1ab5828b1fd80990d93172440c54724 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 24 18:30:55 2018 +0100 patch 8.0.1537: xxd does not skip NUL lines when using ebcdic Problem: Xxd does not skip NUL lines when using ebcdic. Solution: Check for a NUL before converting a character for ebcdic. (Tim Sell, closes #2668)
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Feb 2018 18:45:06 +0100
parents 283d0ee46f00
children 2c639a9a4def
comparison
equal deleted inserted replaced
13325:a918cd8aa387 13326:7f1a5e8d8289
776 NULL 776 NULL
777 }; 777 };
778 778
779 static int included_patches[] = 779 static int included_patches[] =
780 { /* Add new patch number below this line */ 780 { /* Add new patch number below this line */
781 /**/
782 1537,
781 /**/ 783 /**/
782 1536, 784 1536,
783 /**/ 785 /**/
784 1535, 786 1535,
785 /**/ 787 /**/