mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1133: error message names do not match the items
Problem: Error message names do not match the items. Solution: Add "_str" when the text contains "%s".
This commit is contained in:
@@ -1138,7 +1138,7 @@ check_reserved_name(char_u *name, cctx_T *cctx)
|
||||
&& cctx->ctx_ufunc != NULL
|
||||
&& (cctx->ctx_ufunc->uf_flags & FC_OBJECT)))
|
||||
{
|
||||
semsg(_(e_cannot_use_reserved_name), name);
|
||||
semsg(_(e_cannot_use_reserved_name_str), name);
|
||||
return FAIL;
|
||||
}
|
||||
return OK;
|
||||
|
Reference in New Issue
Block a user