summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/spell.c2
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/spell.c b/src/spell.c
index f1099674..f0f258a7 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -4721,8 +4721,6 @@ spell_free_all()
int_wordlist = NULL;
}
- init_spell_chartab();
-
vim_free(repl_to);
repl_to = NULL;
vim_free(repl_from);
diff --git a/src/version.c b/src/version.c
index d8c6603d..0794bed8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 537,
+/**/
536,
/**/
535,