summaryrefslogtreecommitdiffstats
path: root/source/ap/vim/patches/7.2.110
blob: 4594e78c37def13a19979f4140cabee2e956b26b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
To: vim-dev@vim.org
Subject: Patch 7.2.110
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.2.110
Problem:    Compiler warning for unused variable.
Solution:   Init the variable.
Files:      src/ex_docmd.c
    

*** ../vim-7.2.109/src/ex_docmd.c	Wed Jan 28 15:42:07 2009
--- src/ex_docmd.c	Tue Feb 17 03:47:13 2009
***************
*** 5916,5922 ****
      char_u	*q;
  
      char_u	*start;
!     char_u	*end;
      char_u	*ksp;
      size_t	len, totlen;
  
--- 5916,5922 ----
      char_u	*q;
  
      char_u	*start;
!     char_u	*end = NULL;
      char_u	*ksp;
      size_t	len, totlen;
  
*** ../vim-7.2.109/src/version.c	Sat Feb 21 20:27:00 2009
--- src/version.c	Sat Feb 21 20:35:50 2009
***************
*** 678,679 ****
--- 678,681 ----
  {   /* Add new patch number below this line */
+ /**/
+     110,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
100. The most exciting sporting events you noticed during summer 1996
    was Netscape vs. Microsoft.

 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///