commit | c20e0d52071a3f6e12321ec3344024faa4695da9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 18:19:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 18:19:19 2017 +0100 |
tree | 2dd2883a4ee0527eb2c657b754bdc7007af6336c | |
parent | 5130f316612dfc71c433c2743340dc45444eb17d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 3504ff6..56e2910 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1249, +/**/ 1248, /**/ 1247,