summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-01 17:49:55 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-01 17:49:55 +0200
commit24ee83b0a0613c635cb6ce1292891c7fa65510cc (patch)
treefbed8781149feaf58e8b21f4776422902cb858f3 /src/spell.c
parent88178de99f9cefb92450ff796e541926f3533cec (diff)
downloadvim-git-24ee83b0a0613c635cb6ce1292891c7fa65510cc.tar.gz
updated for version 7.3.537v7.3.537
Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call.
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/spell.c b/src/spell.c
index f1099674b..f0f258a7c 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);