]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.103
- new
[packages/vim.git] / 7.0.103
CommitLineData
f3c378e8
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.103
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.0.103 (after 7.0.101)
11Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
12Solution: Init variable.
13Files: 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--
46ARTHUR: Go on, Bors, chop its head off.
47BORS: 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.025668 seconds and 4 git commands to generate.