Compare commits

..

2 Commits

Author SHA1 Message Date
Bram Moolenaar
acbd442709 updated for version 7.2-002 2008-08-17 21:44:45 +00:00
Bram Moolenaar
95dd9c185b updated for version 7.2-001 2008-08-17 21:03:18 +00:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1120,6 +1120,7 @@ show_menus(path_name, modes)
parent = menu;
menu = menu->children;
}
vim_free(path_name);
/* Now we have found the matching menu, and we list the mappings */
/* Highlight title */

View File

@@ -270,9 +270,10 @@ OpenPTY(ttyn)
}
#endif
#if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux)
#if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) && !defined(MACOS_X)
/* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! */
/* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work!
* Same for Mac OS X Leopard. */
#define PTY_DONE
int
OpenPTY(ttyn)

View File

@@ -676,6 +676,10 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2,
/**/
1,
/**/
0
};