diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-09-14 08:48:14 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-09-14 08:48:14 +0000 |
commit | a391707d9fda5645dbc737de22b30185aeb7c7e4 (patch) | |
tree | 61dbe3dbd195f69d2f609fef471f68a54a1aa4f8 | |
parent | 494c82ae16d0642074fb045ca3b1fd42caa5a721 (diff) | |
download | vim-git-a391707d9fda5645dbc737de22b30185aeb7c7e4.tar.gz |
updated for version 7.0-103v7.0.103
-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, |