From: Bram Moolenaar Date: Wed, 12 Mar 2008 12:46:13 +0000 (+0000) Subject: updated for version 7.1-274 X-Git-Tag: v7.1.274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b561a6171d7823e30cd435f0d76210a6f1ab6b8c;p=vim updated for version 7.1-274 --- diff --git a/src/buffer.c b/src/buffer.c index 0f0ce3177..c8363936a 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5033,7 +5033,7 @@ buf_spname(buf) #if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS) if (bt_quickfix(buf)) { - win_T *win; + win_T *win = NULL; tabpage_T *tp; /* diff --git a/src/version.c b/src/version.c index 193e8a990..73c8646a8 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 */ +/**/ + 274, /**/ 273, /**/