diff --git a/src/message.c b/src/message.c index 4dac5ae04d..e46c514010 100644 --- a/src/message.c +++ b/src/message.c @@ -982,7 +982,11 @@ ex_messages(exarg_T *eap) { s = mch_getenv((char_u *)"LANG"); if (s != NULL && *s != NUL) + // The next comment is extracted by xgettext and put in po file for + // translators to read. msg_attr((char_u *) + // Translator: Please replace the name and email address + // with the appropriate text for your translation. _("Messages maintainer: Bram Moolenaar "), HL_ATTR(HLF_T)); } diff --git a/src/version.c b/src/version.c index 5aacf2f11f..eb119ca2a0 100644 --- a/src/version.c +++ b/src/version.c @@ -789,6 +789,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 122, /**/ 121, /**/