diff src/version.c @ 6653:2c7f279d419c v7.4.651

updated for version 7.4.651 Problem: Can't match "%>80v" properly for multi-byte characters. Solution: Multiply the character number by the maximum number of bytes in a character. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 17:16:06 +0100
parents 7026d6f3367f
children 6c94cedccda4
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 */
 /**/
+    651,
+/**/
     650,
 /**/
     649,