diff src/version.c @ 6723:eefee03a37fe v7.4.685

updated for version 7.4.685 Problem: When there are illegal utf-8 characters the old regexp engine may go past the end of a string. Solution: Only advance to the end of the string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 31 Mar 2015 14:17:31 +0200
parents 7347229a646a
children bc62d1988bf2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    685,
+/**/
     684,
 /**/
     683,