commit | d97fbf171ec0e63117813da045d2a1c51a9b6f62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 19:23:03 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 19:23:03 2017 +0100 |
tree | 50950cc1dda05d7b60097ab565fca41c2a63a724 | |
parent | f8f8b2eadbaf3090fcfccbab560de5dbd501833d [diff] [blame] |
patch 8.0.1251: invalid expressin passed to WaitFor() Problem: Invalid expressin passed to WaitFor(). Solution: Check if the variable exists.
diff --git a/src/version.c b/src/version.c index e14c2fe..552de77 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1251, +/**/ 1250, /**/ 1249,