diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-06-01 17:49:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-06-01 17:49:55 +0200 |
commit | 24ee83b0a0613c635cb6ce1292891c7fa65510cc (patch) | |
tree | fbed8781149feaf58e8b21f4776422902cb858f3 /src/spell.c | |
parent | 88178de99f9cefb92450ff796e541926f3533cec (diff) | |
download | vim-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.c | 2 |
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); |