summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-09-25 10:51:12 +0000
committervimboss <devnull@localhost>2007-09-25 10:51:12 +0000
commit458812fa8cfb9d0cf843a73d45affd7635a2f532 (patch)
tree511e0305e0bcba8887f1495d0369cac6740db9be
parent77098ed88ce6267bd0307c30ab640e2c753b41cd (diff)
downloadvim-458812fa8cfb9d0cf843a73d45affd7635a2f532.tar.gz
updated for version 7.1-117v7.1.117v7-1-117
-rw-r--r--src/eval.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 3e208c5e..26277fcf 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 c470e4d7..8abc4811 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 117,
+/**/
116,
/**/
115,