There was an error while loading. Please reload this page.
1 parent 658a154 commit 3767b61Copy full SHA for 3767b61
2 files changed
src/ui.c
@@ -3246,7 +3246,8 @@ get_fpos_of_mouse(pos_T *mpos)
3246
3247
#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) \
3248
|| defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \
3249
- || defined(FEAT_GUI_PHOTON) || defined(FEAT_BEVAL) || defined(PROTO)
+ || defined(FEAT_GUI_PHOTON) || defined(FEAT_BEVAL) \
3250
+ || defined(FEAT_TERM_POPUP_MENU) || defined(PROTO)
3251
/*
3252
* Convert a virtual (screen) column to a character column.
3253
* The first column is one.
src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
778
779
static int included_patches[] =
780
{ /* Add new patch number below this line */
781
+/**/
782
+ 1560,
783
/**/
784
1559,
785
0 commit comments