comparison src/version.c @ 9209:f8f41f4e0acd v7.4.1888

commit https://github.com/vim/vim/commit/76b6dfe54ba9b85cd9d8e6539205c1679a187961 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 14:37:22 2016 +0200 patch 7.4.1888 Problem: Wrong computation of remaining wait time in RealWaitForChar() Solution: Remember the original waiting time.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 14:45:06 +0200
parents 61e669c5da6f
children d2b9e454c73d
comparison
equal deleted inserted replaced
9208:429f389cadb2 9209:f8f41f4e0acd
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 1888,
756 /**/ 758 /**/
757 1887, 759 1887,
758 /**/ 760 /**/
759 1886, 761 1886,
760 /**/ 762 /**/