mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4012: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
This commit is contained in:
@@ -1109,7 +1109,7 @@ get_var_dest(
|
||||
*dest = dest_option;
|
||||
if (cmdidx == CMD_final || cmdidx == CMD_const)
|
||||
{
|
||||
emsg(_(e_cannot_lock_an_option));
|
||||
emsg(_(e_cannot_lock_option));
|
||||
return FAIL;
|
||||
}
|
||||
p = name;
|
||||
|
Reference in New Issue
Block a user