commit | cd62512c5595fa1f7a7f2c6ec1a90ea6bde3ad50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 17:29:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 17:29:43 2019 +0100 |
tree | 75b5518db2533b2735474d126cdae88ec25e50b0 | |
parent | 72e83c1ae535e2ebc35b114d34d0a811eb62b068 [diff] [blame] |
patch 8.1.0973: pattern with syntax error gives threee error messages Problem: Pattern with syntax error gives threee error messages. (Kuang-che Wu) Solution: Remove outdated internal error. Don't fall back to other engine after an error.
diff --git a/src/version.c b/src/version.c index bd49a51..cca92c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 973, +/**/ 972, /**/ 971,