comparison src/version.c @ 5116:6cabac58f26f v7.3.1301

updated for version 7.3.1301 Problem: Some tests fail on MS-Windows. Solution: Fix path separators in test 89 and 96. Omit test 97, escaping works differently. Make findfile() work on MS-Windows.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 21:19:07 +0200
parents 56bc3698f8c6
children 5569d11ef585
comparison
equal deleted inserted replaced
5115:624e7ef6ceba 5116:6cabac58f26f
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1301,
731 /**/ 733 /**/
732 1300, 734 1300,
733 /**/ 735 /**/
734 1299, 736 1299,
735 /**/ 737 /**/