From: Bram Moolenaar Date: Tue, 25 Sep 2007 10:51:12 +0000 (+0000) Subject: updated for version 7.1-117 X-Git-Tag: v7.1.117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b188629209a19f21b11c665581ff3dcfd7b4d46;p=vim updated for version 7.1-117 --- 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, /**/