diff options
-rw-r--r-- | src/errors.h | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h index b2f6a55a8..c27da7cc3 100644 --- a/src/errors.h +++ b/src/errors.h @@ -347,3 +347,5 @@ EXTERN char e_divide_by_zero[] INIT(= N_("E1154: Divide by zero")); EXTERN char e_cannot_define_autocommands_for_all_events[] INIT(= N_("E1155: Cannot define autocommands for ALL events")); +EXTERN char e_cannot_change_arglist_recursively[] + INIT(= N_("E1156: Cannot change the argument list recursively")); diff --git a/src/version.c b/src/version.c index c710be863..081698246 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2423, +/**/ 2422, /**/ 2421, |