diff src/spell.c @ 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 f52d2ea0f81c
children 4f1c511e71f8
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);