diff src/version.c @ 4466:4ff8fa416a0d v7.3.981

updated for version 7.3.981 Problem: In the old regexp engine \i, \I, \f and \F don't work on multi-byte characters. Solution: Dereference pointer properly.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 00:03:02 +0200
parents c83656c9745a
children dde1cf311be6
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 */
 /**/
+    981,
+/**/
     980,
 /**/
     979,