0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

updated for version 7.3.537

Problem:    Unecessary call to init_spell_chartab().
Solution:   Delete the call.
This commit is contained in:
Bram Moolenaar 2012-06-01 17:49:55 +02:00
parent 88178de99f
commit 24ee83b0a0
2 changed files with 2 additions and 2 deletions

View File

@ -4721,8 +4721,6 @@ spell_free_all()
int_wordlist = NULL; int_wordlist = NULL;
} }
init_spell_chartab();
vim_free(repl_to); vim_free(repl_to);
repl_to = NULL; repl_to = NULL;
vim_free(repl_from); vim_free(repl_from);

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
537,
/**/ /**/
536, 536,
/**/ /**/