diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1138,
+/**/
     1137,
 /**/
     1136,