|
Karsten Hopp |
b4351c |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
b4351c |
Subject: Patch 7.3.408
|
|
Karsten Hopp |
b4351c |
Fcc: outbox
|
|
Karsten Hopp |
b4351c |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
b4351c |
Mime-Version: 1.0
|
|
Karsten Hopp |
b4351c |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
b4351c |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
b4351c |
------------
|
|
Karsten Hopp |
b4351c |
|
|
Karsten Hopp |
b4351c |
Patch 7.3.408 (after 7.3.406)
|
|
Karsten Hopp |
b4351c |
Problem: Missing declaration.
|
|
Karsten Hopp |
b4351c |
Solution: Add the declaration. (John Marriott)
|
|
Karsten Hopp |
b4351c |
Files: src/gui_w48.c
|
|
Karsten Hopp |
b4351c |
|
|
Karsten Hopp |
b4351c |
|
|
Karsten Hopp |
b4351c |
*** ../vim-7.3.407/src/gui_w48.c 2012-01-20 17:57:47.000000000 +0100
|
|
Karsten Hopp |
b4351c |
--- src/gui_w48.c 2012-01-20 20:51:57.000000000 +0100
|
|
Karsten Hopp |
b4351c |
***************
|
|
Karsten Hopp |
b4351c |
*** 3286,3291 ****
|
|
Karsten Hopp |
b4351c |
--- 3286,3292 ----
|
|
Karsten Hopp |
b4351c |
{
|
|
Karsten Hopp |
b4351c |
char_u *tmp;
|
|
Karsten Hopp |
b4351c |
int len;
|
|
Karsten Hopp |
b4351c |
+ WCHAR *res;
|
|
Karsten Hopp |
b4351c |
|
|
Karsten Hopp |
b4351c |
tmp = convert_filter(s);
|
|
Karsten Hopp |
b4351c |
if (tmp == NULL)
|
|
Karsten Hopp |
b4351c |
*** ../vim-7.3.407/src/version.c 2012-01-20 20:44:38.000000000 +0100
|
|
Karsten Hopp |
b4351c |
--- src/version.c 2012-01-20 20:52:56.000000000 +0100
|
|
Karsten Hopp |
b4351c |
***************
|
|
Karsten Hopp |
b4351c |
*** 716,717 ****
|
|
Karsten Hopp |
b4351c |
--- 716,719 ----
|
|
Karsten Hopp |
b4351c |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
b4351c |
+ /**/
|
|
Karsten Hopp |
b4351c |
+ 408,
|
|
Karsten Hopp |
b4351c |
/**/
|
|
Karsten Hopp |
b4351c |
|
|
Karsten Hopp |
b4351c |
--
|
|
Karsten Hopp |
b4351c |
BLACK KNIGHT: None shall pass.
|
|
Karsten Hopp |
b4351c |
ARTHUR: I have no quarrel with you, brave Sir knight, but I must cross
|
|
Karsten Hopp |
b4351c |
this bridge.
|
|
Karsten Hopp |
b4351c |
BLACK KNIGHT: Then you shall die.
|
|
Karsten Hopp |
b4351c |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
b4351c |
|
|
Karsten Hopp |
b4351c |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
b4351c |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
b4351c |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
b4351c |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|