changeset 1561:a83f48a17efb v7.1.274

updated for version 7.1-274
author vimboss
date Wed, 12 Mar 2008 12:46:13 +0000
parents c7905d03c72e
children 437fb19625c9
files src/buffer.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 
 	/*
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    274,
+/**/
     273,
 /**/
     272,