1
0
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:
Bram Moolenaar
2022-01-04 21:30:47 +00:00
parent 548911ee14
commit a6f7929e62
25 changed files with 196 additions and 78 deletions

View File

@@ -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;