comparison src/version.c @ 6681:80abb7288d39 v7.4.665

updated for version 7.4.665 Problem: 'linebreak' does not work properly with multi-byte characters. Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Mar 2015 15:58:52 +0100
parents 27d9a4d8c168
children 781104cb0d06
comparison
equal deleted inserted replaced
6680:ab2401ab6ff3 6681:80abb7288d39
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 665,
744 /**/ 746 /**/
745 664, 747 664,
746 /**/ 748 /**/
747 663, 749 663,
748 /**/ 750 /**/