]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-213 v7.0.213
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Mar 2007 13:49:53 +0000 (13:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Mar 2007 13:49:53 +0000 (13:49 +0000)
src/spell.c
src/version.c

index 39b5b9426e434be49e8ea3f09e62a631df4030ae..43b67f5ba74b18153543945e82c8620a6e8e2991 100644 (file)
@@ -13094,7 +13094,10 @@ suggest_try_soundalike_finish()
                    vim_free(HI2SFT(hi));
                    --todo;
                }
+
+           /* Clear the hashtable, it may also be used by another region. */
            hash_clear(&slang->sl_sounddone);
+           hash_init(&slang->sl_sounddone);
        }
     }
 }
index b15235bd48fb8ebf36724f491c5c7855e0fec5dd..f8593316f6cfbf2c9f50b1bcfaa918f38673b506 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    213,
 /**/
     212,
 /**/