comparison src/version.c @ 10030:3b4b2ac811f0 v7.4.2287

commit https://github.com/vim/vim/commit/6fc8227ebfbdfbbb48b81b679db81f421dbce79b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 19:26:43 2016 +0200 patch 7.4.2287 Problem: The callback passed to ch_sendraw() is not used. Solution: Pass the read part, not the send part. (haya14busa, closes https://github.com/vim/vim/issues/1019)
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 19:30:04 +0200
parents 62b7fb15ff7e
children f0b1cbf9467e
comparison
equal deleted inserted replaced
10029:efcc8ed81517 10030:3b4b2ac811f0
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2287,
766 /**/ 768 /**/
767 2286, 769 2286,
768 /**/ 770 /**/
769 2285, 771 2285,
770 /**/ 772 /**/