# HG changeset patch # User Bram Moolenaar # Date 1338565795 -7200 # Node ID 96715c3a905faa1bbdc50b16b0f57671b4758e0c # Parent 21781ad4076ceba8acb7cef3a47a67d48949e565 updated for version 7.3.537 Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call. diff --git a/src/spell.c b/src/spell.c --- 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 --- 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,