]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.302
- typo
[packages/vim.git] / 7.1.302
CommitLineData
3ab71051
ER
1To: vim-dev@vim.org
2Subject: Patch 7.1.302
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.302 (after 7.1.299)
11Problem: Compilation error on MS-Windows.
12Solution: Don't use xp_shell when it's not defined.
13Files: 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--
43BODY: I'm not dead!
44CART DRIVER: 'Ere. He says he's not dead.
45LARGE MAN: Yes he is.
46BODY: 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.422633 seconds and 4 git commands to generate.