comparison src/version.c @ 6185:1fe61f6d5207 v7.4.428

updated for version 7.4.428 Problem: executable() may return a wrong result on MS-Windows. Solution: Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Aug 2014 17:45:32 +0200
parents fca35aa9380a
children e98e415ea3b8
comparison
equal deleted inserted replaced
6184:af7e1f8a52d3 6185:1fe61f6d5207
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 428,
744 /**/ 746 /**/
745 427, 747 427,
746 /**/ 748 /**/
747 426, 749 426,
748 /**/ 750 /**/