mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
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)
This commit is contained in:
@@ -2614,7 +2614,7 @@ doend:
|
||||
|
||||
if (errormsg != NULL && *errormsg != NUL && !did_emsg)
|
||||
{
|
||||
if (sourcing)
|
||||
if (sourcing || !KeyTyped)
|
||||
{
|
||||
if (errormsg != (char *)IObuff)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user