]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-274 v7.1.274
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2008 12:46:13 +0000 (12:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2008 12:46:13 +0000 (12:46 +0000)
src/buffer.c
src/version.c

index 0f0ce31770b648378a486cc986a190c3c73b45c5..c8363936af039ec96d2026a8b35759455d79c481 100644 (file)
@@ -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;
 
        /*
index 193e8a9909dfb01f42b86986550bfc2946186a9e..73c8646a89f8b76e9f6a8443a46b6a1f4b6414ca 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    274,
 /**/
     273,
 /**/