]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.302
- typo
[packages/vim.git] / 7.1.302
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.302
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.1.302 (after 7.1.299)
11 Problem:    Compilation error on MS-Windows.
12 Solution:   Don't use xp_shell when it's not defined.
13 Files:      src/ex_getln.c
14
15
16 *** ../vim-7.1.301/src/ex_getln.c       Wed May 28 22:01:46 2008
17 --- src/ex_getln.c      Wed May 28 22:01:48 2008
18 ***************
19 *** 3656,3662 ****
20 --- 3656,3666 ----
21   #endif
22                     }
23                 }
24 + #ifdef BACKSLASH_IN_FILENAME
25 +               p = vim_strsave_fnameescape(files[i], FALSE);
26 + #else
27                 p = vim_strsave_fnameescape(files[i], xp->xp_shell);
28 + #endif
29                 if (p != NULL)
30                 {
31                     vim_free(files[i]);
32 *** ../vim-7.1.301/src/version.c        Wed May 28 19:01:53 2008
33 --- src/version.c       Wed May 28 22:01:07 2008
34 ***************
35 *** 668,669 ****
36 --- 673,676 ----
37   {   /* Add new patch number below this line */
38 + /**/
39 +     302,
40   /**/
41
42 -- 
43 BODY:        I'm not dead!
44 CART DRIVER: 'Ere.  He says he's not dead.
45 LARGE MAN:   Yes he is.
46 BODY:        I'm not!
47                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\        download, build and distribute -- http://www.A-A-P.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.688765 seconds and 3 git commands to generate.