mirror of
https://github.com/vim/vim.git
synced 2025-09-08 22:13:47 -04:00
updated for version 7.2-160
This commit is contained in:
parent
94ba1ce055
commit
f242762d0d
@ -345,6 +345,15 @@ free_search_patterns()
|
|||||||
{
|
{
|
||||||
vim_free(spats[0].pat);
|
vim_free(spats[0].pat);
|
||||||
vim_free(spats[1].pat);
|
vim_free(spats[1].pat);
|
||||||
|
|
||||||
|
# ifdef FEAT_RIGHTLEFT
|
||||||
|
if (mr_pattern_alloced)
|
||||||
|
{
|
||||||
|
vim_free(mr_pattern);
|
||||||
|
mr_pattern_alloced = FALSE;
|
||||||
|
mr_pattern = NULL;
|
||||||
|
}
|
||||||
|
# endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
160,
|
||||||
/**/
|
/**/
|
||||||
159,
|
159,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user