comparison src/version.c @ 4712:832bf8136d86 v7.3.1103

updated for version 7.3.1103 Problem: New regexp engine: overhead in saving and restoring. Solution: Make saving and restoring list IDs faster. Don't copy or check \z subexpressions when they are not used.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 21:30:04 +0200
parents 1c5da99d1b70
children fc4d7f02ea3a
comparison
equal deleted inserted replaced
4711:515ce0356f88 4712:832bf8136d86
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 1103,
731 /**/ 733 /**/
732 1102, 734 1102,
733 /**/ 735 /**/
734 1101, 736 1101,
735 /**/ 737 /**/