]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0551: expression evaluation may repeat an error message v8.1.0551
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2018 20:20:38 +0000 (21:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2018 20:20:38 +0000 (21:20 +0100)
commit8ff5af9544a2abc3d344bba017ef96682e098d9d
treeafc4d2547fe9d9a18ce1f6cdb8d8f5272b82aad7
parent76a6345433bc2a600689397fb28165a2e5793720
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.
src/eval.c
src/version.c