summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-03-08 13:49:53 +0000
committervimboss <devnull@localhost>2007-03-08 13:49:53 +0000
commit0a70975253df7c577ddd235146c3ed83f4ccc2de (patch)
tree0ecad5ccc88b7d91586fb5538eafa27b2eb97652
parent210f3709d2db54b76d3345cb95f11b2d092fa01b (diff)
downloadvim-7.0.213.tar.gz
updated for version 7.0-213v7.0.213v7-0-213
-rw-r--r--src/spell.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/spell.c b/src/spell.c
index 39b5b942..43b67f5b 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -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);
}
}
}
diff --git a/src/version.c b/src/version.c
index b15235bd..f8593316 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 */
/**/
+ 213,
+/**/
212,
/**/
211,