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:
parent
88178de99f
commit
24ee83b0a0
@ -4721,8 +4721,6 @@ spell_free_all()
|
||||
int_wordlist = NULL;
|
||||
}
|
||||
|
||||
init_spell_chartab();
|
||||
|
||||
vim_free(repl_to);
|
||||
repl_to = NULL;
|
||||
vim_free(repl_from);
|
||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
537,
|
||||
/**/
|
||||
536,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user