commit | 6417da604d684e4af5622dae3f295f36cd815f81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 08 13:49:53 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 08 13:49:53 2007 +0000 |
tree | 0ecad5ccc88b7d91586fb5538eafa27b2eb97652 | |
parent | c8da3119cfc78661cdf47bc92a357f40b8699cd1 [diff] [blame] |
updated for version 7.0-213
diff --git a/src/spell.c b/src/spell.c index 39b5b94..43b67f5 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -13094,7 +13094,10 @@ 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); } } }