diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-03-08 13:49:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-03-08 13:49:53 +0000 |
commit | 6417da604d684e4af5622dae3f295f36cd815f81 (patch) | |
tree | 0ecad5ccc88b7d91586fb5538eafa27b2eb97652 /src/spell.c | |
parent | c8da3119cfc78661cdf47bc92a357f40b8699cd1 (diff) | |
download | vim-git-6417da604d684e4af5622dae3f295f36cd815f81.tar.gz |
updated for version 7.0-213v7.0.213
Diffstat (limited to 'src/spell.c')
-rw-r--r-- | src/spell.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spell.c b/src/spell.c index 39b5b9426..43b67f5ba 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); } } } |