From 6417da604d684e4af5622dae3f295f36cd815f81 Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Thu, 8 Mar 2007 13:49:53 +0000
Subject: [PATCH] updated for version 7.0-213

---
 src/spell.c   | 3 +++
 src/version.c | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/src/spell.c b/src/spell.c
index 39b5b9426e..43b67f5ba7 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 b15235bd48..f8593316f6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    213,
 /**/
     212,
 /**/
-- 
GitLab