diff src/version.c @ 6381:870480df8275 v7.4.522

updated for version 7.4.522 Problem: Specifying wrong buffer size for GetLongPathName(). Solution: Use the actual size. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Nov 2014 18:03:28 +0100
parents 39274bfbfba5
children 9c9c70625444
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    522,
+/**/
     521,
 /**/
     520,