0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0-103

This commit is contained in:
Bram Moolenaar
2006-09-14 08:48:14 +00:00
parent 494c82ae16
commit a391707d9f
2 changed files with 3 additions and 1 deletions

View File

@@ -9251,7 +9251,7 @@ spell_add_word(word, len, bad, idx, undo)
'spellfile' */
int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */
{
FILE *fd;
FILE *fd = NULL;
buf_T *buf = NULL;
int new_spf = FALSE;
char_u *fname;

View File

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