mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3197: error messages are spread out
Problem: Error messages are spread out. Solution: Move a few more error messages to errors.h.
This commit is contained in:
@@ -962,7 +962,7 @@ check_script_var_type(
|
||||
{
|
||||
if (sv->sv_const != 0)
|
||||
{
|
||||
semsg(_(e_readonlyvar), name);
|
||||
semsg(_(e_cannot_change_readonly_variable_str), name);
|
||||
return FAIL;
|
||||
}
|
||||
ret = check_typval_type(sv->sv_type, value, where);
|
||||
|
Reference in New Issue
Block a user