mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: new run-help-p4
This commit is contained in:
parent
46bad169a8
commit
3b289b32a7
3 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-12-16 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Functions/Misc/run-help-p4, Functions/Misc/.distfiles:
|
||||
new helper.
|
||||
|
||||
* 27492 based on Jörg Sommer: 27473: Functions/Misc/run-help:
|
||||
fix alias problem.
|
||||
|
||||
|
@ -12497,5 +12500,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4844 $
|
||||
* $Revision: 1.4845 $
|
||||
*****************************************************
|
||||
|
|
|
@ -13,6 +13,7 @@ promptnl
|
|||
relative
|
||||
run-help
|
||||
run-help-git
|
||||
run-help-p4
|
||||
run-help-svk
|
||||
run-help-svn
|
||||
sticky-note
|
||||
|
|
5
Functions/Misc/run-help-p4
Normal file
5
Functions/Misc/run-help-p4
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (( ! $# )); then
|
||||
p4 help commands
|
||||
else
|
||||
p4 help $1
|
||||
fi | ${=PAGER:-less}
|
Loading…
Reference in a new issue