diff src/version.c @ 3780:76c099d45772 v7.3.648

updated for version 7.3.648 Problem: Crash when using a very long file name. (ZyX) Solution: Properly check length of buffer space.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Sep 2012 13:30:40 +0200
parents 29fe4e5c1db1
children 063765c3cebb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    648,
+/**/
     647,
 /**/
     646,