1
0
forked from aniani/vim

updated for version 7.4.680

Problem:    CTRL-W in Insert mode does not work well for multi-byte
            characters.
Solution:   Use mb_get_class(). (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2015-03-24 17:49:51 +01:00
parent 6383b92d8c
commit 310f2d59b2
8 changed files with 87 additions and 56 deletions

View File

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