comparison src/version.c @ 10182:40f6ce4fe30e v7.4.2361

commit https://github.com/vim/vim/commit/ee39ef0b93d31763d05e54ba99801e3f1a254c0d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 19:17:42 2016 +0200 patch 7.4.2361 Problem: Checking for last_timer_id to overflow is not reliable. (Ozaki Kiichi) Solution: Check for the number not going up.
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Sep 2016 19:30:06 +0200
parents 9b86db26d0e8
children 4669440016f2
comparison
equal deleted inserted replaced
10181:4584cd99e7ea 10182:40f6ce4fe30e
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 2361,
766 /**/ 768 /**/
767 2360, 769 2360,
768 /**/ 770 /**/
769 2359, 771 2359,
770 /**/ 772 /**/