comparison 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
comparison
equal deleted inserted replaced
6652:46d672c4269d 6653:2c7f279d419c
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 651,
744 /**/ 746 /**/
745 650, 747 650,
746 /**/ 748 /**/
747 649, 749 649,
748 /**/ 750 /**/