diff --git a/src/errors.h b/src/errors.h index 592cd6c5e..4fd47222f 100644 --- a/src/errors.h +++ b/src/errors.h @@ -1261,8 +1261,8 @@ EXTERN char e_not_valid_codepage[] #endif EXTERN char e_keymap_file_not_found[] INIT(= N_("E544: Keymap file not found")); -EXTERN char e_missing_colon_2[] #ifdef CURSOR_SHAPE +EXTERN char e_missing_colon_2[] INIT(= N_("E545: Missing colon")); EXTERN char e_illegal_mode[] INIT(= N_("E546: Illegal mode")); diff --git a/src/version.c b/src/version.c index 3403fdaf6..21e11dc04 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3988, /**/ 3987, /**/