From: Bram Moolenaar Date: Sat, 16 May 2009 14:16:02 +0000 (+0000) Subject: updated for version 7.2-175 X-Git-Tag: v7.2.175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856b9fef3a20557b100202efd3610f26cec5bb71;p=vim updated for version 7.2-175 --- diff --git a/src/if_cscope.c b/src/if_cscope.c index 1b0a8cdad..b0c474ed5 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -994,7 +994,7 @@ err_closing: vim_free(ppath); #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")); exit(127); diff --git a/src/version.c b/src/version.c index 5e4ec7986..ed64ecec1 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 175, /**/ 174, /**/