]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0550: expression evaluation may repeat an error message v8.1.0550
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2018 19:38:37 +0000 (20:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2018 19:38:37 +0000 (20:38 +0100)
commit76a6345433bc2a600689397fb28165a2e5793720
tree445a832b355fa2803004a1de2d1f1b6276f56305
parent10efcd5b0259659cd9a152a7a342deb5d56a8eb5
patch 8.1.0550: expression evaluation may repeat an error message

Problem:    Expression evaluation may repeat an error message. (Jason
            Franklin)
Solution:   Increment did_emsg and check for the value when giving an error
            for the echo command.
src/eval.c
src/message.c
src/testdir/test108.ok
src/version.c