summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/time.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/time.c b/src/time.c
index 75e7b2546f..020f78dd0e 100644
--- a/src/time.c
+++ b/src/time.c
@@ -93,6 +93,7 @@ get_ctime(time_t thetime, int add_newline)
vim_strncpy((char_u *)buf, (char_u *)_("(Invalid)"), sizeof(buf) - 1);
else
{
+ // xgettext:no-c-format
(void)strftime(buf, sizeof(buf) - 1, _("%a %b %d %H:%M:%S %Y"),
curtime);
# ifdef MSWIN
diff --git a/src/version.c b/src/version.c
index e32abbb79a..6cccadfd2a 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 */
/**/
+ 4155,
+/**/
4154,
/**/
4153,