commit | ce9d50df07402cb8e196537a9c4505845adecabc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 14 22:22:29 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 14 22:22:29 2019 +0100 |
tree | 7ddcb9cc9b1195b7a83b8e8757977ca1e4fede87 | |
parent | bbee8d5122b159683b3f52eddd0da85fcf1fcbfd [diff] [blame] |
patch 8.1.0747: map() with a bad expression doesn't give an error Problem: map() with a bad expression doesn't give an error. (Ingo Karkat) Solution: Check for giving an error message. (closes #3800)
diff --git a/src/version.c b/src/version.c index 4b21d28..c6b9d5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 747, +/**/ 746, /**/ 745,