diff src/version.c @ 5296:3e9107b86b68 v7.4.001

updated for version 7.4.001 Problem: Character classes such as [a-z] to not react to 'ignorecase'. Breaks man page highlighting. (Mario Grgic) Solution: Add separate items for classes that react to 'ignorecase'. Clean up logic handling character classes. Add more tests.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Aug 2013 12:06:49 +0200
parents 359743c1f59a
children e29f11399cce
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1,
+/**/
     0
 };