1
0
forked from aniani/vim

patch 8.0.1245: when WaitFor() has a wrong expression it just waits a second

Problem:    When WaitFor() has a wrong expression it just waits a second,
            which goes unnoticed. (James McCoy)
Solution:   When WaitFor() times out throw an exception.  Fix places where the
            expression was wrong.
This commit is contained in:
Bram Moolenaar
2017-11-02 16:58:00 +01:00
parent b94340c04f
commit 3e1c617d49
5 changed files with 33 additions and 26 deletions

View File

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