]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-117 v7.1.117
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Sep 2007 10:51:12 +0000 (10:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Sep 2007 10:51:12 +0000 (10:51 +0000)
src/eval.c
src/version.c

index 3e208c5e410904b943fb1d51d2fecafbfeba3219..26277fcf1938e09150f2ac848e5f43b204470bb7 100644 (file)
@@ -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
index c470e4d736621ecaed3bd1f7aa849705a51619cc..8abc481109b7632d353cfc4b0d4b03e167ef0961 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    117,
 /**/
     116,
 /**/