forked from aniani/vim
updated for version 7.0-053
This commit is contained in:
@@ -4492,7 +4492,7 @@ shorten_dir(str)
|
||||
int l = mb_ptr2len(s);
|
||||
|
||||
while (--l > 0)
|
||||
*d++ = *s++;
|
||||
*d++ = *++s;
|
||||
}
|
||||
# endif
|
||||
}
|
||||
|
||||
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
53,
|
||||
/**/
|
||||
52,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user