1
0
forked from aniani/vim

patch 8.2.3962: build fails for missing error message

Problem:    Build fails for missing error message.
Solution:   Add changes in missed file.
This commit is contained in:
Bram Moolenaar
2021-12-31 23:15:53 +00:00
parent 436b5adc97
commit d0819d11ec
2 changed files with 4 additions and 1 deletions

View File

@@ -1392,7 +1392,8 @@ regatom(int *flagp)
case Magic(')'):
if (one_exactly)
EMSG_ONE_RET_NULL;
IEMSG_RET_NULL(_(e_internal)); // Supposed to be caught earlier.
// Supposed to be caught earlier.
IEMSG_RET_NULL(_(e_internal_error_in_regexp));
// NOTREACHED
case Magic('='):