comparison src/version.c @ 9093:ad9322b525e1 v7.4.1831

commit https://github.com/vim/vim/commit/e40d75f6ef73095286b66e546c70ff6f045e009d Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 15 18:00:19 2016 +0200 patch 7.4.1831 Problem: When timer_stop() is called with a string there is no proper error message. Solution: Require getting a number. (Bjorn Linse)
author Christian Brabandt <cb@256bit.org>
date Sun, 15 May 2016 18:15:06 +0200
parents 294cfd18e9c7
children 634a8299bd2c
comparison
equal deleted inserted replaced
9092:2d2797fc5f11 9093:ad9322b525e1
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 1831,
756 /**/ 758 /**/
757 1830, 759 1830,
758 /**/ 760 /**/
759 1829, 761 1829,
760 /**/ 762 /**/