comparison src/version.c @ 9007:d5c6f1c5cd28 v7.4.1789

commit https://github.com/vim/vim/commit/437905c25d4cedfa16d0f87392e4a000d22362b7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 26 19:01:05 2016 +0200 patch 7.4.1789 Problem: Cannot use ch_read() in the close callback. Solution: Do not discard the channel if there is readahead. Do not discard readahead if there is a close callback.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Apr 2016 19:15:06 +0200
parents c473a9393dc5
children 149d976650a1
comparison
equal deleted inserted replaced
9006:ef8e23332fa8 9007:d5c6f1c5cd28
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1789,
756 /**/ 758 /**/
757 1788, 759 1788,
758 /**/ 760 /**/
759 1787, 761 1787,
760 /**/ 762 /**/