mirror of
https://github.com/vim/vim.git
synced 2025-09-06 21:53:38 -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[1].pat);
|
||||
|
||||
# ifdef FEAT_RIGHTLEFT
|
||||
if (mr_pattern_alloced)
|
||||
{
|
||||
vim_free(mr_pattern);
|
||||
mr_pattern_alloced = FALSE;
|
||||
mr_pattern = NULL;
|
||||
}
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
160,
|
||||
/**/
|
||||
159,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user