updated for version 7.0-213
author |
vimboss |
date |
Thu, 08 Mar 2007 13:49:53 +0000 |
parents |
1a511b7b69eb |
children |
c3ba2dcc4cf4 |
files |
src/spell.c src/version.c |
diffstat |
2 files changed, 5 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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);
}
}
}
--- 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,