0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2-172

This commit is contained in:
Bram Moolenaar 2009-05-14 20:01:05 +00:00
parent 985cb44573
commit d30f9d92c4
2 changed files with 4 additions and 2 deletions

View 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;

View File

@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
172,
/**/
171,
/**/