From: Bram Moolenaar Date: Tue, 8 Aug 2006 19:34:19 +0000 (+0000) Subject: updated for version 7.0-050 X-Git-Tag: v7.0.050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d60272ba8654a3a39b20fb637607a694012e9d7;p=thirdparty%2Fvim.git updated for version 7.0-050 --- diff --git a/src/netbeans.c b/src/netbeans.c index e2f3a9da9e..98c9a35152 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 fffb90bf7e..2bcf6314f2 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, /**/