# HG changeset patch # User vimboss # Date 1158223694 0 # Node ID 316dad0565b8943c978c8c58b212f3c4469b1cf7 # Parent 727ab557c58a3257743a8b7589d91e21975b54ea updated for version 7.0-103 diff --git a/src/spell.c b/src/spell.c --- a/src/spell.c +++ b/src/spell.c @@ -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; diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 103, +/**/ 102, /**/ 101,