From: Bram Moolenaar Date: Thu, 14 May 2009 20:01:05 +0000 (+0000) Subject: updated for version 7.2-172 X-Git-Tag: v7.2.172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d30f9d92c4e03fd1a132e3440253eb92b5c7b3e4;p=vim updated for version 7.2-172 --- diff --git a/src/os_mswin.c b/src/os_mswin.c index 60c5a81a7..94cf3a962 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -1227,8 +1227,8 @@ utf16_to_enc(short_u *str, int *lenp) * Wait for another process to Close the Clipboard. * Returns TRUE for success. */ - int -vim_open_clipboard() + static int +vim_open_clipboard(void) { int delay = 10; diff --git a/src/version.c b/src/version.c index c416f5257..0dfd5aa1d 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 */ +/**/ + 172, /**/ 171, /**/