]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.110
- new
[packages/vim.git] / 7.2.110
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.110
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.2.110
11 Problem:    Compiler warning for unused variable.
12 Solution:   Init the variable.
13 Files:      src/ex_docmd.c
14     
15
16 *** ../vim-7.2.109/src/ex_docmd.c       Wed Jan 28 15:42:07 2009
17 --- src/ex_docmd.c      Tue Feb 17 03:47:13 2009
18 ***************
19 *** 5916,5922 ****
20       char_u    *q;
21   
22       char_u    *start;
23 !     char_u    *end;
24       char_u    *ksp;
25       size_t    len, totlen;
26   
27 --- 5916,5922 ----
28       char_u    *q;
29   
30       char_u    *start;
31 !     char_u    *end = NULL;
32       char_u    *ksp;
33       size_t    len, totlen;
34   
35 *** ../vim-7.2.109/src/version.c        Sat Feb 21 20:27:00 2009
36 --- src/version.c       Sat Feb 21 20:35:50 2009
37 ***************
38 *** 678,679 ****
39 --- 678,681 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     110,
43   /**/
44
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 100. The most exciting sporting events you noticed during summer 1996
48     was Netscape vs. Microsoft.
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.047487 seconds and 3 git commands to generate.