diff src/version.c @ 6864:c9a5d51c9161 v7.4.752

patch 7.4.752 Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jun 2015 14:22:00 +0200
parents db53fd1a7d5c
children 8ebcd7f1ff5b
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 */
 /**/
+    752,
+/**/
     751,
 /**/
     750,