mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-172
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user