diff src/version.c @ 3505:6c318419e331 v7.3.515

updated for version 7.3.515 Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path.
author Bram Moolenaar <bram@vim.org>
date Mon, 30 Apr 2012 21:09:43 +0200
parents 7e4428115d2c
children 02440d1fcc9a
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 */
 /**/
+    515,
+/**/
     514,
 /**/
     513,