comparison src/spell.c @ 1087:c94bbf85eb16 v7.0.213

updated for version 7.0-213
author vimboss
date Thu, 08 Mar 2007 13:49:53 +0000
parents 316dad0565b8
children 184d2020d8f1
comparison
equal deleted inserted replaced
1086:1a511b7b69eb 1087:c94bbf85eb16
13092 if (!HASHITEM_EMPTY(hi)) 13092 if (!HASHITEM_EMPTY(hi))
13093 { 13093 {
13094 vim_free(HI2SFT(hi)); 13094 vim_free(HI2SFT(hi));
13095 --todo; 13095 --todo;
13096 } 13096 }
13097
13098 /* Clear the hashtable, it may also be used by another region. */
13097 hash_clear(&slang->sl_sounddone); 13099 hash_clear(&slang->sl_sounddone);
13100 hash_init(&slang->sl_sounddone);
13098 } 13101 }
13099 } 13102 }
13100 } 13103 }
13101 13104
13102 /* 13105 /*