]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.274
- updated to 0.7.5
[packages/vim.git] / 7.1.274
CommitLineData
ef75664d
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.274
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.274 (after 7.1.272)
11Problem: Compiler warning for optimized build.
12Solution: Init win to NULL.
13Files: src/buffer.c
14
15
16*** ../vim-7.1.273/src/buffer.c Wed Mar 12 12:22:56 2008
17--- src/buffer.c Wed Mar 12 13:15:21 2008
18***************
19*** 5033,5039 ****
20 #if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS)
21 if (bt_quickfix(buf))
22 {
23! win_T *win;
24 tabpage_T *tp;
25
26 /*
27--- 5033,5039 ----
28 #if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS)
29 if (bt_quickfix(buf))
30 {
31! win_T *win = NULL;
32 tabpage_T *tp;
33
34 /*
35*** ../vim-7.1.273/src/version.c Wed Mar 12 13:16:37 2008
36--- src/version.c Wed Mar 12 13:45:25 2008
37***************
38*** 668,669 ****
39--- 668,671 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 274,
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 everbodys 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\\\ download, build and distribute -- http://www.A-A-P.org ///
54 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.032143 seconds and 4 git commands to generate.