]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-172 v7.2.172
authorBram Moolenaar <Bram@vim.org>
Thu, 14 May 2009 20:01:05 +0000 (20:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 May 2009 20:01:05 +0000 (20:01 +0000)
src/os_mswin.c
src/version.c

index 60c5a81a7d41454b04b7bfe19e921db338b701bc..94cf3a962406585aba706bb06c55668774110990 100644 (file)
@@ -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;
 
index c416f5257bab6151d5d80bc1a1edca813a7143fa..0dfd5aa1d13281f8bf0dcad11a0ed81f8c33de5b 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    172,
 /**/
     171,
 /**/