summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/spell.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index a6581af1..39b5b942 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 313a6623..6f535dcb 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,