]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.206
- new
[packages/vim.git] / 7.3.206
CommitLineData
a2e11672
AG
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.206
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.206
11Problem: 64bit MS-Windows compiler warning.
12Solution: Use HandleToLong() instead of type cast. (Mike Williams)
13Files: 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--
46FIXME and XXX are two common keywords used to mark broken or incomplete code
47not only since XXX as a sex reference would grab everybody's attention but
48simply 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.041937 seconds and 4 git commands to generate.