diff --git a/src/eval.c b/src/eval.c index 3e208c5e4..26277fcf1 100644 --- a/src/eval.c +++ b/src/eval.c @@ -10879,6 +10879,9 @@ f_has(argvars, rettv) "gui_gtk2", # endif #endif +#ifdef FEAT_GUI_GNOME + "gui_gnome", +#endif #ifdef FEAT_GUI_MAC "gui_mac", #endif diff --git a/src/version.c b/src/version.c index c470e4d73..8abc48110 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 117, /**/ 116, /**/