]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.274
- new
[packages/vim.git] / 7.1.274
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.274
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.274 (after 7.1.272)
11 Problem:    Compiler warning for optimized build.
12 Solution:   Init win to NULL.
13 Files:      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 -- 
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 everbodys 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 \\\        download, build and distribute -- http://www.A-A-P.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.047288 seconds and 3 git commands to generate.