1
0
forked from aniani/vim

patch 8.0.1249: no error when WaitFor() gets an invalid wrong expression

Problem:    No error when WaitFor() gets an invalid wrong expression.
Solution:   Do not ignore errors in evaluationg the expression.  Fix places
            where the expression was wrong.
This commit is contained in:
Bram Moolenaar
2017-11-02 18:19:19 +01:00
parent 5130f31661
commit c20e0d5207
3 changed files with 11 additions and 8 deletions

View File

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