]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-103 v7.0.103
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 08:48:14 +0000 (08:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 08:48:14 +0000 (08:48 +0000)
src/spell.c
src/version.c

index a6581af1dbaf12f4b81855a25b2bd8e23247afea..39b5b9426e434be49e8ea3f09e62a631df4030ae 100644 (file)
@@ -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;
index 313a662319ab959ada9a0298319f4be4acb4723a..6f535dcb5f4cc5baacbba9df4822bfced2311f48 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    103,
 /**/
     102,
 /**/