updated for version 7.1-274
diff --git a/src/buffer.c b/src/buffer.c
index 0f0ce31..c836393 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5033,7 +5033,7 @@
#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 193e8a9..73c8646 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 274,
+/**/
273,
/**/
272,