]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.070
- manpaged md5 fix
[packages/vim.git] / 6.2.070
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.070
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 6.2.070 (after 6.2.069)
11 Problem:    Still unused variable "new_st". (Bill McCarthy)
12 Solution:   Move the declaration to the right block this time.
13 Files:      src/tag.c
14
15
16 *** ../vim-6.2.069/src/tag.c    Mon Aug 11 23:03:53 2003
17 --- src/tag.c   Tue Aug 12 10:08:43 2003
18 ***************
19 *** 2961,2968 ****
20   
21                     if (!do_strip)
22                     {
23 -                       struct stat     new_st;
24
25                         /* If the component exists in the file system, check
26                          * that stripping it won't change the meaning of the
27                          * file name.  First get information about the
28 --- 2961,2966 ----
29 ***************
30 *** 2983,2988 ****
31 --- 2981,2988 ----
32   #ifdef UNIX
33                         if (do_strip)
34                         {
35 +                           struct stat new_st;
36
37                             /* On Unix, the check for the unstripped file name
38                              * above works also for a symbolic link pointing to
39                              * a searchable directory.  But then the parent of
40 *** ../vim-6.2.069/src/version.c        Mon Aug 11 23:03:53 2003
41 --- src/version.c       Tue Aug 12 19:57:51 2003
42 ***************
43 *** 632,633 ****
44 --- 632,635 ----
45   {   /* Add new patch number below this line */
46 + /**/
47 +     70,
48   /**/
49
50 -- 
51 hundred-and-one symptoms of being an internet addict:
52 97. Your mother tells you to remember something, and you look for
53     a File/Save command.
54
55  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
56 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
57 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
58  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.028365 seconds and 3 git commands to generate.