diff src/version.c @ 4340:12636b824816 v7.3.919

updated for version 7.3.919 Problem: An empty nl.po file does not work with an old msgfmt. Solution: Put a single # in the file. (Laurent Blume)
author Bram Moolenaar <bram@vim.org>
date Sat, 04 May 2013 03:37:10 +0200
parents 6a8ffaf05856
children 923277a9cce4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    919,
+/**/
     918,
 /**/
     917,