forked from aniani/vim
patch 8.2.3987: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1050,7 +1050,7 @@ read_limits(long *minval, long *maxval)
|
||||
if (*regparse == '\\')
|
||||
regparse++; // Allow either \{...} or \{...\}
|
||||
if (*regparse != '}')
|
||||
EMSG2_RET_FAIL(_("E554: Syntax error in %s{...}"),
|
||||
EMSG2_RET_FAIL(_(e_syntax_error_in_str_curlies),
|
||||
reg_magic == MAGIC_ALL);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user