From: Bram Moolenaar Date: Fri, 1 Jun 2012 15:49:55 +0000 (+0200) Subject: updated for version 7.3.537 X-Git-Tag: v7.3.537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ee83b0a0613c635cb6ce1292891c7fa65510cc;p=thirdparty%2Fvim.git 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 index f1099674b5..f0f258a7c1 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 d8c6603d2b..0794bed8da 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 537, /**/ 536, /**/