forked from aniani/vim
updated for version 7.2-056
This commit is contained in:
@@ -8112,6 +8112,7 @@ write_vim_spell(spin, fname)
|
|||||||
p = rr == 1 ? ftp->ft_from : ftp->ft_to;
|
p = rr == 1 ? ftp->ft_from : ftp->ft_to;
|
||||||
l = (int)STRLEN(p);
|
l = (int)STRLEN(p);
|
||||||
putc(l, fd);
|
putc(l, fd);
|
||||||
|
if (l > 0)
|
||||||
fwv &= fwrite(p, l, (size_t)1, fd);
|
fwv &= fwrite(p, l, (size_t)1, fd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
56,
|
||||||
/**/
|
/**/
|
||||||
55,
|
55,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user