mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4167: Vim9: error message for old style import
Problem: Vim9: error message for old style import. Solution: Use another error message. Add a test.
This commit is contained in:
@@ -2711,7 +2711,7 @@ eval_variable(
|
||||
else
|
||||
{
|
||||
if (flags & EVAL_VAR_VERBOSE)
|
||||
emsg(_(e_import_as_name_not_supported_here));
|
||||
semsg(_(e_expected_dot_after_name_str), name);
|
||||
ret = FAIL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user