comparison src/version.c @ 10054:d4b7232fc63a v7.4.2298

commit https://github.com/vim/vim/commit/0874a83e9be1b39fdb217f02b427bf1d6133a4d8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 1 15:11:51 2016 +0200 patch 7.4.2298 Problem: It is not possible to close the "in" part of a channel. Solution: Add ch_close_in().
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Sep 2016 15:15:08 +0200
parents c1ba49441c90
children 21f685af3fc1
comparison
equal deleted inserted replaced
10053:ce81fd2d3556 10054:d4b7232fc63a
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 2298,
766 /**/ 768 /**/
767 2297, 769 2297,
768 /**/ 770 /**/
769 2296, 771 2296,
770 /**/ 772 /**/