comparison src/version.c @ 6903:dd923806ae3b v7.4.771

patch 7.4.771 Problem: Search does not handle multi-byte character at the start position correctly. Solution: Take byte size of character into account. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jul 2015 14:43:35 +0200
parents 2ce6b77a49de
children d973e23c3bf8
comparison
equal deleted inserted replaced
6902:f3baff59f22a 6903:dd923806ae3b
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 771,
744 /**/ 746 /**/
745 770, 747 770,
746 /**/ 748 /**/
747 769, 749 769,
748 /**/ 750 /**/