diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1301,
+/**/
     1300,
 /**/
     1299,