comparison src/version.c @ 4783:47222d8b1e94 v7.3.1138

updated for version 7.3.1138 Problem: New regexp engine: neglist no longer used. Solution: Remove the now unused neglist.
author Bram Moolenaar <bram@vim.org>
date Fri, 07 Jun 2013 14:59:18 +0200
parents c02c7df9bdc9
children 3b5a023a4543
comparison
equal deleted inserted replaced
4782:9e6370e78651 4783:47222d8b1e94
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 1138,
731 /**/ 733 /**/
732 1137, 734 1137,
733 /**/ 735 /**/
734 1136, 736 1136,
735 /**/ 737 /**/