commit | bed34f0a8a4e38a72a080184881bc68254a8cdc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 20:48:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 20:48:37 2022 +0000 |
tree | d41d7ae3339b2ada1cc155ce9010057c9c43fb43 | |
parent | f67c717e34e5553ab1c3b02b1861274cbcb78935 [diff] [blame] |
patch 8.2.4147: E464 does not always include the offending command Problem: E464 does not always include the offending command. Solution: Add another error message with "%s". (closes #9564)
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index d8d77ce..5f5f60f 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -2614,7 +2614,7 @@ if (errormsg != NULL && *errormsg != NUL && !did_emsg) { - if (sourcing) + if (sourcing || !KeyTyped) { if (errormsg != (char *)IObuff) {