*/
FOR_ALL_TAB_WINDOWS(tp, win)
if (win->w_buffer == buf)
- break;
+ goto win_found;
+win_found:
if (win != NULL && win->w_llist_ref != NULL)
return _("[Location List]");
else
{
goto_tabpage_win(tp, wp);
usable_win = 1;
- break;
+ goto win_found;
}
}
}
+win_found:
/*
* If there is only one window and it is the quickfix window, create a
{
outofmem = TRUE;
#ifdef FEAT_WINDOWS
- break;
+ goto give_up;
#endif
}
}
+#ifdef FEAT_WINDOWS
+give_up:
+#endif
#ifdef FEAT_MBYTE
for (i = 0; i < p_mco; ++i)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 117,
/**/
116,
/**/