From 323fcaeb0181da7c26f5dd1e9d148e69631e3fb8 Mon Sep 17 00:00:00 2001 From: vimboss 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 3e208c5e41..26277fcf19 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 c470e4d736..8abc481109 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, /**/