1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2016-05-15 18:00:19 +02:00
parent 73a733e08b
commit e40d75f6ef
2 changed files with 9 additions and 1 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1831,
/**/
1830,
/**/