]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.222.patch0
python3: Update to 3.6.3
[ipfire-3.x.git] / vim / patches / vim-7.3.222.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.22
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.222
11 Problem: Warning for building GvimExt.
12 Solution: Comment-out the DESCRIPTION line. (Mike Williams)
13 Files: src/GvimExt/gvimext.def, src/GvimExt/gvimext_ming.def
14
15
16 *** ../mercurial/vim73/src/GvimExt/gvimext.def 2010-05-15 21:22:11.000000000 +0200
17 --- src/GvimExt/gvimext.def 2011-06-15 03:50:55.000000000 +0200
18 ***************
19 *** 1,7 ****
20 ;gvimdef.def : Declares the module parameters for the DLL.
21
22 LIBRARY gvimext
23 ! DESCRIPTION 'Vim Shell Extension'
24
25 EXPORTS
26 DllCanUnloadNow private
27 --- 1,7 ----
28 ;gvimdef.def : Declares the module parameters for the DLL.
29
30 LIBRARY gvimext
31 ! ; DESCRIPTION 'Vim Shell Extension'
32
33 EXPORTS
34 DllCanUnloadNow private
35 *** ../mercurial/vim73/src/GvimExt/gvimext_ming.def 2010-05-15 21:22:11.000000000 +0200
36 --- src/GvimExt/gvimext_ming.def 2011-06-15 03:51:05.000000000 +0200
37 ***************
38 *** 3,9 ****
39 ;Hence this is the same file as gvimext.def with private removed
40
41 LIBRARY gvimext
42 ! DESCRIPTION 'Vim Shell Extension build with MinGW'
43
44 EXPORTS
45 DllCanUnloadNow = DllCanUnloadNow@0
46 --- 3,9 ----
47 ;Hence this is the same file as gvimext.def with private removed
48
49 LIBRARY gvimext
50 ! ; DESCRIPTION 'Vim Shell Extension build with MinGW'
51
52 EXPORTS
53 DllCanUnloadNow = DllCanUnloadNow@0
54 *** ../vim-7.3.221/src/version.c 2011-06-19 01:14:23.000000000 +0200
55 --- src/version.c 2011-06-19 01:26:57.000000000 +0200
56 ***************
57 *** 711,712 ****
58 --- 711,714 ----
59 { /* Add new patch number below this line */
60 + /**/
61 + 222,
62 /**/
63
64 --
65 What is the difference between a professional and an amateur?
66 The ark was built by an amateur; professionals gave us the Titanic.
67
68 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
69 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
70 \\\ an exciting new programming language -- http://www.Zimbu.org ///
71 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///