forked from aniani/vim
patch 8.2.4005: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -552,7 +552,7 @@ skip_regexp_err(
|
||||
|
||||
if (*p != delim)
|
||||
{
|
||||
semsg(_("E654: missing delimiter after search pattern: %s"), startp);
|
||||
semsg(_(e_missing_delimiter_after_search_pattern_str), startp);
|
||||
return NULL;
|
||||
}
|
||||
return p;
|
||||
|
Reference in New Issue
Block a user