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:
parent
985cb44573
commit
d30f9d92c4
@ -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;
|
||||
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
172,
|
||||
/**/
|
||||
171,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user