1
0
forked from aniani/vim

updated for version 7.3.600

Problem:    <f-args> is not expanded properly with DBCS encoding.
Solution:   Skip over character instead of byte. (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2012-07-10 19:25:10 +02:00
parent 89af439409
commit dfef15481d
2 changed files with 9 additions and 1 deletions

View File

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