0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.1-117

This commit is contained in:
Bram Moolenaar
2007-09-25 10:51:12 +00:00
parent 1193636b45
commit 7b18862920
2 changed files with 5 additions and 0 deletions

View File

@@ -10879,6 +10879,9 @@ f_has(argvars, rettv)
"gui_gtk2", "gui_gtk2",
# endif # endif
#endif #endif
#ifdef FEAT_GUI_GNOME
"gui_gnome",
#endif
#ifdef FEAT_GUI_MAC #ifdef FEAT_GUI_MAC
"gui_mac", "gui_mac",
#endif #endif

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
117,
/**/ /**/
116, 116,
/**/ /**/