commit | 8ff5af9544a2abc3d344bba017ef96682e098d9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 21:20:38 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 21:20:38 2018 +0100 |
tree | afc4d2547fe9d9a18ce1f6cdb8d8f5272b82aad7 | |
parent | 76a6345433bc2a600689397fb28165a2e5793720 [diff] [blame] |
patch 8.1.0551: expression evaluation may repeat an error message Problem: Expression evaluation may repeat an error message. (Jason Franklin) Solution: Check for the value of did_emsg when giving an error for the :execute command.
diff --git a/src/version.c b/src/version.c index d8d66f0..29f3ec5 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 551, +/**/ 550, /**/ 549,