mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0-050
This commit is contained in:
@@ -1986,6 +1986,8 @@ nb_do_cmd(
|
|||||||
if (buf->bufp != NULL)
|
if (buf->bufp != NULL)
|
||||||
do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD,
|
do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD,
|
||||||
buf->bufp->b_fnum, TRUE);
|
buf->bufp->b_fnum, TRUE);
|
||||||
|
buf->bufp = NULL;
|
||||||
|
buf->initDone = FALSE;
|
||||||
doupdate = 1;
|
doupdate = 1;
|
||||||
/* =====================================================================*/
|
/* =====================================================================*/
|
||||||
}
|
}
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
50,
|
||||||
/**/
|
/**/
|
||||||
49,
|
49,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user