summaryrefslogtreecommitdiffstats
path: root/source/ap/vim/patches/7.3.163
blob: b5f1cb4ad34af48592fb5ca1c83224c55aac6b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
To: vim_dev@googlegroups.com
Subject: Patch 7.3.163
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

Patch 7.3.163
Problem:    For the default of 'shellpipe' "mksh" and "pdksh" are not
	    recognized.
Solution:   Recognize these shell names.
Files:	    src/option.c


*** ../vim-7.3.162/src/option.c	2011-03-22 14:35:01.000000000 +0100
--- src/option.c	2011-04-15 20:49:54.000000000 +0200
***************
*** 3846,3851 ****
--- 3846,3853 ----
  # ifndef OS2	/* Always use bourne shell style redirection if we reach this */
  	    if (       fnamecmp(p, "sh") == 0
  		    || fnamecmp(p, "ksh") == 0
+ 		    || fnamecmp(p, "mksh") == 0
+ 		    || fnamecmp(p, "pdksh") == 0
  		    || fnamecmp(p, "zsh") == 0
  		    || fnamecmp(p, "zsh-beta") == 0
  		    || fnamecmp(p, "bash") == 0
***************
*** 3853,3858 ****
--- 3855,3862 ----
  		    || fnamecmp(p, "cmd") == 0
  		    || fnamecmp(p, "sh.exe") == 0
  		    || fnamecmp(p, "ksh.exe") == 0
+ 		    || fnamecmp(p, "mksh.exe") == 0
+ 		    || fnamecmp(p, "pdksh.exe") == 0
  		    || fnamecmp(p, "zsh.exe") == 0
  		    || fnamecmp(p, "zsh-beta.exe") == 0
  		    || fnamecmp(p, "bash.exe") == 0
*** ../vim-7.3.162/src/version.c	2011-04-21 14:27:21.000000000 +0200
--- src/version.c	2011-04-28 12:56:03.000000000 +0200
***************
*** 716,717 ****
--- 716,719 ----
  {   /* Add new patch number below this line */
+ /**/
+     163,
  /**/

-- 
If you put 7 of the most talented OSS developers in a room for a week
and asked them to fix a bug in a spreadsheet program, in 1 week
you'd have 2 new mail readers and a text-based web browser.

 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///