diff src/version.c @ 4037:3db9aee957f7 v7.3.773

updated for version 7.3.773 Problem: Crash when OriginalFirstThunk is zero. Solution: Skip items with OriginalFirstThunk not set. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sat, 19 Jan 2013 14:02:02 +0100
parents d828cab6964f
children a8f5876e4981
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    773,
+/**/
     772,
 /**/
     771,