summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-09-14 08:48:14 +0000
committervimboss <devnull@localhost>2006-09-14 08:48:14 +0000
commit33dbeb238ec82942d61ad689c0fc08d44b8fe7a5 (patch)
tree61dbe3dbd195f69d2f609fef471f68a54a1aa4f8
parentec6d3b8652fe7810575ace87e44d7c0529ff920f (diff)
downloadvim-33dbeb238ec82942d61ad689c0fc08d44b8fe7a5.tar.gz
updated for version 7.0-103v7.0.103v7-0-103
-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,