1
0
forked from aniani/vim

updated for version 7.3.840

Problem:    "\@<!" in regexp does not work correctly with multi-byte
            characters, especially cp932.
Solution:   Move column to start of multi-byte character. (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2013-02-26 18:46:01 +01:00
parent e468e266c4
commit f5e44a7e90
2 changed files with 9 additions and 0 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
840,
/**/
839,
/**/