forked from aniani/vim
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:
@@ -2878,7 +2878,7 @@ compile_def_function(
|
||||
if (p == NULL)
|
||||
{
|
||||
if (cctx.ctx_skip != SKIP_YES)
|
||||
emsg(_(e_ambiguous_use_of_user_defined_command));
|
||||
semsg(_(e_ambiguous_use_of_user_defined_command_str), ea.cmd);
|
||||
goto erret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user