0
0
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:
Bram Moolenaar
2006-08-08 19:34:19 +00:00
parent a8c4d5635c
commit 8d60272ba8
2 changed files with 4 additions and 0 deletions

View File

@@ -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;
/* =====================================================================*/
}