]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - vim/patches/vim-7.3.408.patch0
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[people/amarx/ipfire-3.x.git] / vim / patches / vim-7.3.408.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.408
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.408 (after 7.3.406)
11 Problem: Missing declaration.
12 Solution: Add the declaration. (John Marriott)
13 Files: src/gui_w48.c
14
15
16 *** ../vim-7.3.407/src/gui_w48.c 2012-01-20 17:57:47.000000000 +0100
17 --- src/gui_w48.c 2012-01-20 20:51:57.000000000 +0100
18 ***************
19 *** 3286,3291 ****
20 --- 3286,3292 ----
21 {
22 char_u *tmp;
23 int len;
24 + WCHAR *res;
25
26 tmp = convert_filter(s);
27 if (tmp == NULL)
28 *** ../vim-7.3.407/src/version.c 2012-01-20 20:44:38.000000000 +0100
29 --- src/version.c 2012-01-20 20:52:56.000000000 +0100
30 ***************
31 *** 716,717 ****
32 --- 716,719 ----
33 { /* Add new patch number below this line */
34 + /**/
35 + 408,
36 /**/
37
38 --
39 BLACK KNIGHT: None shall pass.
40 ARTHUR: I have no quarrel with you, brave Sir knight, but I must cross
41 this bridge.
42 BLACK KNIGHT: Then you shall die.
43 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
44
45 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
46 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
47 \\\ an exciting new programming language -- http://www.Zimbu.org ///
48 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///