comparison 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
comparison
equal deleted inserted replaced
6082:99f3d2a4f60a 6083:7cfbad4a78bf
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 380,
737 /**/ 739 /**/
738 379, 740 379,
739 /**/ 741 /**/
740 378, 742 378,
741 /**/ 743 /**/