]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.103
- updated to 0.7.3
[packages/vim.git] / 7.0.103
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.103
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.0.103 (after 7.0.101)
11 Problem:    Compiler warning for uninitialized variable. (Tony Mechelynck)
12 Solution:   Init variable.
13 Files:      src/spell.c
14
15
16 *** ../vim-7.0.102/src/spell.c  Tue Sep 12 22:24:48 2006
17 --- src/spell.c Wed Sep 13 20:46:22 2006
18 ***************
19 *** 9251,9257 ****
20                                'spellfile' */
21       int               undo;       /* TRUE for "zug", "zuG", "zuw" and "zuW" */
22   {
23 !     FILE      *fd;
24       buf_T     *buf = NULL;
25       int               new_spf = FALSE;
26       char_u    *fname;
27 --- 9251,9257 ----
28                                'spellfile' */
29       int               undo;       /* TRUE for "zug", "zuG", "zuw" and "zuW" */
30   {
31 !     FILE      *fd = NULL;
32       buf_T     *buf = NULL;
33       int               new_spf = FALSE;
34       char_u    *fname;
35 *** ../vim-7.0.102/src/version.c        Thu Sep 14 10:25:34 2006
36 --- src/version.c       Thu Sep 14 10:47:39 2006
37 ***************
38 *** 668,669 ****
39 --- 668,671 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     103,
43   /**/
44
45 -- 
46 ARTHUR: Go on, Bors, chop its head off.
47 BORS:   Right.  Silly little bleeder.  One rabbit stew coming up.
48                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
49
50  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
51 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52 \\\        download, build and distribute -- http://www.A-A-P.org        ///
53  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.037867 seconds and 3 git commands to generate.