updated for version 7.2-056

This commit is contained in:
vimboss
2008-11-29 19:11:40 +00:00
parent 3965aefc79
commit 05b47ac89e
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -8112,7 +8112,8 @@ write_vim_spell(spin, fname)
p = rr == 1 ? ftp->ft_from : ftp->ft_to;
l = (int)STRLEN(p);
putc(l, fd);
fwv &= fwrite(p, l, (size_t)1, fd);
if (l > 0)
fwv &= fwrite(p, l, (size_t)1, fd);
}
}
+2
View File
@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
56,
/**/
55,
/**/