mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-213
This commit is contained in:
parent
c8da3119cf
commit
6417da604d
@ -13094,7 +13094,10 @@ suggest_try_soundalike_finish()
|
|||||||
vim_free(HI2SFT(hi));
|
vim_free(HI2SFT(hi));
|
||||||
--todo;
|
--todo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Clear the hashtable, it may also be used by another region. */
|
||||||
hash_clear(&slang->sl_sounddone);
|
hash_clear(&slang->sl_sounddone);
|
||||||
|
hash_init(&slang->sl_sounddone);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
213,
|
||||||
/**/
|
/**/
|
||||||
212,
|
212,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user