comparison src/version.c @ 9153:c2fe86f2bda1 v7.4.1860

commit https://github.com/vim/vim/commit/e3188e261569ae512fb1ae2653b57fdd9e259ca3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 31 21:13:04 2016 +0200 patch 7.4.1860 Problem: Using a partial for timer_start() may cause a crash. Solution: Set the copyID in timer objects. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Tue, 31 May 2016 21:15:06 +0200
parents d0f69d0bea7a
children e4d7e6d1a0f1
comparison
equal deleted inserted replaced
9152:b780d4eac8c7 9153:c2fe86f2bda1
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 1860,
756 /**/ 758 /**/
757 1859, 759 1859,
758 /**/ 760 /**/
759 1858, 761 1858,
760 /**/ 762 /**/