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.
|
* Wait for another process to Close the Clipboard.
|
||||||
* Returns TRUE for success.
|
* Returns TRUE for success.
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
vim_open_clipboard()
|
vim_open_clipboard(void)
|
||||||
{
|
{
|
||||||
int delay = 10;
|
int delay = 10;
|
||||||
|
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
172,
|
||||||
/**/
|
/**/
|
||||||
171,
|
171,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user