diff src/version.c @ 3180:28480c9006e6 v7.3.360

updated for version 7.3.360 Problem: Interrupting the load of an autoload function may cause a crash. Solution: Do not use the hashitem when not valid. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 15:19:28 +0100
parents b7f0f23bf906
children e42252611e74
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    360,
+/**/
     359,
 /**/
     358,