# HG changeset patch # User vimboss # Date 1205325973 0 # Node ID a83f48a17efb871266ffbcb3b6c9cd5a62408410 # Parent c7905d03c72e74540d91b1ebf3fc9cfffc2ba699 updated for version 7.1-274 diff --git a/src/buffer.c b/src/buffer.c --- 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 --- 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,