mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-050
This commit is contained in:
@@ -1986,6 +1986,8 @@ nb_do_cmd(
|
||||
if (buf->bufp != NULL)
|
||||
do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD,
|
||||
buf->bufp->b_fnum, TRUE);
|
||||
buf->bufp = NULL;
|
||||
buf->initDone = FALSE;
|
||||
doupdate = 1;
|
||||
/* =====================================================================*/
|
||||
}
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
50,
|
||||
/**/
|
||||
49,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user