Problem: Getting the window position fails if both the GUI and term
code is built in.
Solution: Return after getting the GUI window position. (Kazunobu Kuriyama)
if (gui_mch_get_winpos(&x, &y) == OK)
rettv->vval.v_number = x;
+ return;
}
#endif
#if defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)
if (gui_mch_get_winpos(&x, &y) == OK)
rettv->vval.v_number = y;
+ return;
}
#endif
#if defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)
/*
* Create the directory in which "dir" is located, and higher levels when
* needed.
+ * Return OK or FAIL.
*/
static int
mkdir_recurse(char_u *dir, int prot)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 556,
/**/
555,
/**/