]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.035
- new
[packages/vim.git] / 7.3.035
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.035
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.035 (after 7.3.034)
11 Problem:    Stray semicolon after if statement. (Hari G)
12 Solution:   Remove the semicolon.
13 Files:      src/os_win32.c
14
15
16 *** ../vim-7.3.034/src/os_win32.c       2010-10-23 14:02:48.000000000 +0200
17 --- src/os_win32.c      2010-10-24 14:31:04.000000000 +0200
18 ***************
19 *** 231,237 ****
20              * "!xxd" it's found in our starting directory.  Needed because
21              * SearchPath() also looks there. */
22             p = mch_getenv("PATH");
23 !           if (STRLEN(p) + STRLEN(exe_path) + 2 < MAXPATHL);
24             {
25                 STRCPY(temp, p);
26                 STRCAT(temp, ";");
27 --- 231,237 ----
28              * "!xxd" it's found in our starting directory.  Needed because
29              * SearchPath() also looks there. */
30             p = mch_getenv("PATH");
31 !           if (STRLEN(p) + STRLEN(exe_path) + 2 < MAXPATHL)
32             {
33                 STRCPY(temp, p);
34                 STRCAT(temp, ";");
35 *** ../vim-7.3.034/src/version.c        2010-10-23 14:02:48.000000000 +0200
36 --- src/version.c       2010-10-24 14:32:04.000000000 +0200
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     35,
43   /**/
44
45 -- 
46     [clop clop]
47 ARTHUR:  Old woman!
48 DENNIS:  Man!
49 ARTHUR:  Man, sorry.  What knight lives in that castle over there?
50 DENNIS:  I'm thirty seven.
51 ARTHUR:  What?
52 DENNIS:  I'm thirty seven -- I'm not old!
53                                   The Quest for the Holy Grail (Monty Python)
54
55  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
56 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
57 \\\        download, build and distribute -- http://www.A-A-P.org        ///
58  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.03102 seconds and 3 git commands to generate.