comparison src/version.c @ 10019:782a8070c3a6 v7.4.2282

commit https://github.com/vim/vim/commit/0abe0522d0e52b50c6eab52323be558eb56fe95e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 16:53:12 2016 +0200 patch 7.4.2282 Problem: When a child process is very fast waiting 10 msec for it is noticeable. (Ramel Eshed) Solution: Start waiting for 1 msec and gradually increase.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 17:00:07 +0200
parents f132b956e9b5
children 5fc4bec66c33
comparison
equal deleted inserted replaced
10018:04d91be62075 10019:782a8070c3a6
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 2282,
766 /**/ 768 /**/
767 2281, 769 2281,
768 /**/ 770 /**/
769 2280, 771 2280,
770 /**/ 772 /**/