From 24ee83b0a0613c635cb6ce1292891c7fa65510cc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 1 Jun 2012 17:49:55 +0200 Subject: [PATCH] updated for version 7.3.537 Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call. --- src/spell.c | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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, /**/