]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.206
- rel 3; no more tinfo
[packages/vim.git] / 7.3.206
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.206
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.206
11 Problem:    64bit MS-Windows compiler warning.
12 Solution:   Use HandleToLong() instead of type cast. (Mike Williams)
13 Files:      src/gui_w32.c
14
15
16 *** ../mercurial/vim73/src/gui_w32.c    2011-01-17 20:08:04.000000000 +0100
17 --- src/gui_w32.c       2011-05-25 21:14:10.000000000 +0200
18 ***************
19 *** 1575,1581 ****
20   
21   #ifdef FEAT_EVAL
22       /* set the v:windowid variable */
23 !     set_vim_var_nr(VV_WINDOWID, (long)s_hwnd);
24   #endif
25   
26   theend:
27 --- 1575,1581 ----
28   
29   #ifdef FEAT_EVAL
30       /* set the v:windowid variable */
31 !     set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd));
32   #endif
33   
34   theend:
35 *** ../vim-7.3.205/src/version.c        2011-05-25 17:56:23.000000000 +0200
36 --- src/version.c       2011-05-25 21:16:17.000000000 +0200
37 ***************
38 *** 711,712 ****
39 --- 711,714 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     206,
43   /**/
44
45 -- 
46 FIXME and XXX are two common keywords used to mark broken or incomplete code
47 not only since XXX as a sex reference would grab everybody's attention but
48 simply due to the fact that Vim would highlight these words.
49                                         -- Hendrik Scholz
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.025513 seconds and 3 git commands to generate.