diff src/version.c @ 6083:7cfbad4a78bf v7.4.380

updated for version 7.4.380 Problem: Loading python may cause Vim to exit. Solution: Avoid loading the "site" module. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jul 2014 16:57:00 +0200
parents 16cfdf28be40
children 0a3d958e346e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    380,
+/**/
     379,
 /**/
     378,