]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.375
- new
[packages/vim.git] / 7.3.375
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.375
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.375
11 Problem:    Duplicate return statement.
12 Solution:   Remove the superfluous one. (Dominique Pelle)
13 Files:      src/gui_mac.c
14
15
16 *** ../vim-7.3.374/src/gui_mac.c        2011-06-19 01:14:22.000000000 +0200
17 --- src/gui_mac.c       2011-12-10 17:20:59.000000000 +0100
18 ***************
19 *** 3216,3222 ****
20   {
21       /* TODO:
22        * This proc is called when Normal is set to a value
23 !      * so what msut be done? I don't know
24        */
25   }
26   
27 --- 3216,3222 ----
28   {
29       /* TODO:
30        * This proc is called when Normal is set to a value
31 !      * so what must be done? I don't know
32        */
33   }
34   
35 ***************
36 *** 3303,3309 ****
37       *x = bounds.left;
38       *y = bounds.top;
39       return OK;
40 -     return FAIL;
41   }
42   
43   /*
44 --- 3303,3308 ----
45 *** ../vim-7.3.374/src/version.c        2011-12-14 14:49:41.000000000 +0100
46 --- src/version.c       2011-12-14 15:06:01.000000000 +0100
47 ***************
48 *** 716,717 ****
49 --- 716,719 ----
50   {   /* Add new patch number below this line */
51 + /**/
52 +     375,
53   /**/
54
55 -- 
56 GALAHAD: No look, really, this isn't nescess ...
57 PIGLET:  We must examine you.
58 GALAHAD: There's nothing wrong with ... that.
59                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
60
61  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
62 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
63 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
64  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.033937 seconds and 3 git commands to generate.