diff src/version.c @ 2655:d94c32250814 v7.3.075

updated for version 7.3.075 Problem: Missing part of 'wildignorecase' Solution: Also adjust expand()
author Bram Moolenaar <bram@vim.org>
date Thu, 02 Dec 2010 21:44:40 +0100
parents 2b475ed86e64
children 4549e0e7fbb6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    75,
+/**/
     74,
 /**/
     73,