mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
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;
|
||||
l = (int)STRLEN(p);
|
||||
putc(l, fd);
|
||||
if (l > 0)
|
||||
fwv &= fwrite(p, l, (size_t)1, fd);
|
||||
}
|
||||
}
|
||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
56,
|
||||
/**/
|
||||
55,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user