diff --git a/src/netbeans.c b/src/netbeans.c index e2f3a9da9..98c9a3515 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -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; /* =====================================================================*/ } diff --git a/src/version.c b/src/version.c index fffb90bf7..2bcf6314f 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 50, /**/ 49, /**/