From 7b188629209a19f21b11c665581ff3dcfd7b4d46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 25 Sep 2007 10:51:12 +0000 Subject: [PATCH] updated for version 7.1-117 --- src/eval.c | 3 +++ src/version.c | 2 ++ 2 files changed, 5 insertions(+) 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, /**/