forked from aniani/vim
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -6715,7 +6715,7 @@ f_islocked(typval_T *argvars, typval_T *rettv)
|
||||
}
|
||||
}
|
||||
else if (lv.ll_range)
|
||||
emsg(_("E786: Range not allowed"));
|
||||
emsg(_(e_range_not_allowed));
|
||||
else if (lv.ll_newkey != NULL)
|
||||
semsg(_(e_key_not_present_in_dictionary), lv.ll_newkey);
|
||||
else if (lv.ll_list != NULL)
|
||||
|
||||
Reference in New Issue
Block a user