1
0
forked from aniani/vim

updated for version 7.2-175

This commit is contained in:
Bram Moolenaar
2009-05-16 14:16:02 +00:00
parent 78a1531005
commit 856b9fef3a
2 changed files with 3 additions and 1 deletions

View File

@@ -994,7 +994,7 @@ err_closing:
vim_free(ppath); vim_free(ppath);
#if defined(UNIX) #if defined(UNIX)
if (execl("/bin/sh", "sh", "-c", cmd, NULL) == -1) if (execl("/bin/sh", "sh", "-c", cmd, (char *)NULL) == -1)
PERROR(_("cs_create_connection exec failed")); PERROR(_("cs_create_connection exec failed"));
exit(127); exit(127);

View File

@@ -676,6 +676,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 */
/**/
175,
/**/ /**/
174, 174,
/**/ /**/