changeset 3553:96715c3a905f v7.3.537

updated for version 7.3.537 Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call.
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Jun 2012 17:49:55 +0200
parents 21781ad4076c
children a1f6ebe9ee06
files src/spell.c src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
--- 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,