]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.089.patch0
vim: Import latest patches from upstream.
[ipfire-3.x.git] / vim / patches / vim-7.3.089.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.089
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.089
11 Problem: Compiler warning on 64 bit MS-Windows.
12 Solution: Add type cast. (Mike Williams)
13 Files: src/netbeans.c
14
15
16 *** ../vim-7.3.088/src/netbeans.c 2010-12-17 18:06:00.000000000 +0100
17 --- src/netbeans.c 2010-12-17 20:21:05.000000000 +0100
18 ***************
19 *** 800,806 ****
20 * -> gui event loop or select loop
21 * -> netbeans_read()
22 */
23 ! save((char_u *)DETACH_MSG, strlen(DETACH_MSG));
24 nb_close_socket();
25
26 if (len < 0)
27 --- 800,806 ----
28 * -> gui event loop or select loop
29 * -> netbeans_read()
30 */
31 ! save((char_u *)DETACH_MSG, (int)strlen(DETACH_MSG));
32 nb_close_socket();
33
34 if (len < 0)
35 *** ../vim-7.3.088/src/version.c 2010-12-24 13:39:29.000000000 +0100
36 --- src/version.c 2010-12-24 13:59:03.000000000 +0100
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40 { /* Add new patch number below this line */
41 + /**/
42 + 89,
43 /**/
44
45 --
46 The 50-50-90 rule: Anytime you have a 50-50 chance of getting
47 something right, there's a 90% probability you'll get it wrong.
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\ an exciting new programming language -- http://www.Zimbu.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///