diff src/version.c @ 4468:dde1cf311be6 v7.3.982

updated for version 7.3.982 Problem: In the new regexp engine \p does not work on multi-byte characters. Solution: Don't point to an integer but the characters.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 12:34:17 +0200
parents 4ff8fa416a0d
children ab5154170c3d
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 */
 /**/
+    982,
+/**/
     981,
 /**/
     980,