1
0
forked from aniani/vim

updated for version 7.4.204

Problem:    A mapping where the second byte is 0x80 doesn't work.
Solution:   Unescape before checking for incomplete multi-byte char. (Nobuhiro
            Takasaki)
This commit is contained in:
Bram Moolenaar
2014-03-12 20:17:51 +01:00
parent 8eded09bf7
commit 1d9ff43f58
4 changed files with 30 additions and 4 deletions

View File

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