]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.163
- new
[packages/vim.git] / 7.3.163
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.163
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.163
11 Problem:    For the default of 'shellpipe' "mksh" and "pdksh" are not
12             recognized.
13 Solution:   Recognize these shell names.
14 Files:      src/option.c
15
16
17 *** ../vim-7.3.162/src/option.c 2011-03-22 14:35:01.000000000 +0100
18 --- src/option.c        2011-04-15 20:49:54.000000000 +0200
19 ***************
20 *** 3846,3851 ****
21 --- 3846,3853 ----
22   # ifndef OS2  /* Always use bourne shell style redirection if we reach this */
23             if (       fnamecmp(p, "sh") == 0
24                     || fnamecmp(p, "ksh") == 0
25 +                   || fnamecmp(p, "mksh") == 0
26 +                   || fnamecmp(p, "pdksh") == 0
27                     || fnamecmp(p, "zsh") == 0
28                     || fnamecmp(p, "zsh-beta") == 0
29                     || fnamecmp(p, "bash") == 0
30 ***************
31 *** 3853,3858 ****
32 --- 3855,3862 ----
33                     || fnamecmp(p, "cmd") == 0
34                     || fnamecmp(p, "sh.exe") == 0
35                     || fnamecmp(p, "ksh.exe") == 0
36 +                   || fnamecmp(p, "mksh.exe") == 0
37 +                   || fnamecmp(p, "pdksh.exe") == 0
38                     || fnamecmp(p, "zsh.exe") == 0
39                     || fnamecmp(p, "zsh-beta.exe") == 0
40                     || fnamecmp(p, "bash.exe") == 0
41 *** ../vim-7.3.162/src/version.c        2011-04-21 14:27:21.000000000 +0200
42 --- src/version.c       2011-04-28 12:56:03.000000000 +0200
43 ***************
44 *** 716,717 ****
45 --- 716,719 ----
46   {   /* Add new patch number below this line */
47 + /**/
48 +     163,
49   /**/
50
51 -- 
52 If you put 7 of the most talented OSS developers in a room for a week
53 and asked them to fix a bug in a spreadsheet program, in 1 week
54 you'd have 2 new mail readers and a text-based web browser.
55
56  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
57 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
58 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
59  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.02833 seconds and 3 git commands to generate.