comparison src/version.c @ 4924:6ae32a64e153 v7.3.1207

updated for version 7.3.1207 Problem: New regexp engine: no match found on "#if FOO". (Lech Lorens) Solution: When adding a state gets skipped don't adjust the index.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 15:43:50 +0200
parents 8dd2769ab75c
children 784e342ddcae
comparison
equal deleted inserted replaced
4923:7892cab5925d 4924:6ae32a64e153
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1207,
731 /**/ 733 /**/
732 1206, 734 1206,
733 /**/ 735 /**/
734 1205, 736 1205,
735 /**/ 737 /**/