comparison src/version.c @ 9064:a86103d4b356 v7.4.1817

commit https://github.com/vim/vim/commit/cefe4f994853c2d4866e2aa4ea3e3f36ab2fea13 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 4 21:49:19 2016 +0200 patch 7.4.1817 Problem: The screen is not updated if a callback is invoked when closing a channel. Solution: Invoke redraw_after_callback().
author Christian Brabandt <cb@256bit.org>
date Wed, 04 May 2016 22:00:06 +0200
parents 0aa90b84118c
children c7bdd383275d
comparison
equal deleted inserted replaced
9063:030b239e7b25 9064:a86103d4b356
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 1817,
756 /**/ 758 /**/
757 1816, 759 1816,
758 /**/ 760 /**/
759 1815, 761 1815,
760 /**/ 762 /**/