mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-018
This commit is contained in:
parent
24d92ceaf3
commit
da2bd6ff50
@ -5059,6 +5059,7 @@ skip:
|
|||||||
|
|
||||||
if (did_sub)
|
if (did_sub)
|
||||||
++sub_nlines;
|
++sub_nlines;
|
||||||
|
vim_free(new_start); /* for when substitute was cancelled */
|
||||||
vim_free(sub_firstline); /* free the copy of the original line */
|
vim_free(sub_firstline); /* free the copy of the original line */
|
||||||
sub_firstline = NULL;
|
sub_firstline = NULL;
|
||||||
}
|
}
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
18,
|
||||||
/**/
|
/**/
|
||||||
17,
|
17,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user