|
Karsten Hopp |
81c285 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
81c285 |
Subject: Patch 7.2.172 (extra)
|
|
Karsten Hopp |
81c285 |
Fcc: outbox
|
|
Karsten Hopp |
81c285 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
81c285 |
Mime-Version: 1.0
|
|
Karsten Hopp |
81c285 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
81c285 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
81c285 |
------------
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
Patch 7.2.172 (extra)
|
|
Karsten Hopp |
81c285 |
Problem: Compiler warning.
|
|
Karsten Hopp |
81c285 |
Solution: Adjust function prototype. (Patrick Texier)
|
|
Karsten Hopp |
81c285 |
Files: src/os_mswin.c
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.171/src/os_mswin.c 2009-01-22 21:49:21.000000000 +0100
|
|
Karsten Hopp |
81c285 |
--- src/os_mswin.c 2009-05-14 20:54:32.000000000 +0200
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 1227,1234 ****
|
|
Karsten Hopp |
81c285 |
* Wait for another process to Close the Clipboard.
|
|
Karsten Hopp |
81c285 |
* Returns TRUE for success.
|
|
Karsten Hopp |
81c285 |
*/
|
|
Karsten Hopp |
81c285 |
! int
|
|
Karsten Hopp |
81c285 |
! vim_open_clipboard()
|
|
Karsten Hopp |
81c285 |
{
|
|
Karsten Hopp |
81c285 |
int delay = 10;
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
--- 1227,1234 ----
|
|
Karsten Hopp |
81c285 |
* Wait for another process to Close the Clipboard.
|
|
Karsten Hopp |
81c285 |
* Returns TRUE for success.
|
|
Karsten Hopp |
81c285 |
*/
|
|
Karsten Hopp |
81c285 |
! static int
|
|
Karsten Hopp |
81c285 |
! vim_open_clipboard(void)
|
|
Karsten Hopp |
81c285 |
{
|
|
Karsten Hopp |
81c285 |
int delay = 10;
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.171/src/version.c 2009-05-14 21:51:06.000000000 +0200
|
|
Karsten Hopp |
81c285 |
--- src/version.c 2009-05-14 21:59:45.000000000 +0200
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 678,679 ****
|
|
Karsten Hopp |
81c285 |
--- 678,681 ----
|
|
Karsten Hopp |
81c285 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
81c285 |
+ /**/
|
|
Karsten Hopp |
81c285 |
+ 172,
|
|
Karsten Hopp |
81c285 |
/**/
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
--
|
|
Karsten Hopp |
81c285 |
FROG: How you English say: I one more time, mac, I unclog my nose towards
|
|
Karsten Hopp |
81c285 |
you, sons of a window-dresser, so, you think you could out-clever us
|
|
Karsten Hopp |
81c285 |
French fellows with your silly knees-bent creeping about advancing
|
|
Karsten Hopp |
81c285 |
behaviour. (blows a raspberry) I wave my private parts at your aunties,
|
|
Karsten Hopp |
81c285 |
you brightly-coloured, mealy-templed, cranberry-smelling, electric
|
|
Karsten Hopp |
81c285 |
donkey-bottom biters.
|
|
Karsten Hopp |
81c285 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
81c285 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
81c285 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
81c285 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|