comparison src/version.c @ 13010:c522585ce88d v8.0.1381

patch 8.0.1381: ch_readraw() waits for NL if channel mode is NL commit https://github.com/vim/vim/commit/620ca2da372dc9c892022faff83d363c67cc5c45 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 9 19:13:13 2017 +0100 patch 8.0.1381: ch_readraw() waits for NL if channel mode is NL Problem: ch_readraw() waits for NL if channel mode is NL. Solution: Pass a "raw" flag to channel_read_block(). (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Dec 2017 19:15:05 +0100
parents e775011b4c1e
children 8d5b451d7bab
comparison
equal deleted inserted replaced
13009:59e53800d1fa 13010:c522585ce88d
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/ 774 /**/
775 1390, 775 1381,
776 /**/
777 1380,
776 /**/ 778 /**/
777 1379, 779 1379,
778 /**/ 780 /**/
779 1378, 781 1378,
780 /**/ 782 /**/