comparison 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
comparison
equal deleted inserted replaced
5295:a643d80b6507 5296:3e9107b86b68
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 1,
730 /**/ 732 /**/
731 0 733 0
732 }; 734 };
733 735
734 /* 736 /*