diff options
-rw-r--r-- | src/spell.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c index a6581af1d..39b5b9426 100644 --- 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 index 313a66231..6f535dcb5 100644 --- 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, |