diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-12-31 22:13:46 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-12-31 22:13:46 +0000 |
commit | 66742c60451a1741688245d682471611f33372a5 (patch) | |
tree | 32f8baf32cbf505f89ed3d35de02104d7287c547 /Functions/Misc/run-help-svn | |
parent | f77eaddddf539497a77ffa019507530c1bcb50fb (diff) | |
download | zsh-66742c60451a1741688245d682471611f33372a5.tar.gz zsh-66742c60451a1741688245d682471611f33372a5.tar.xz zsh-66742c60451a1741688245d682471611f33372a5.zip |
24332, 24333: Improvements to run-help suggested by J.Sommer.
Diffstat (limited to 'Functions/Misc/run-help-svn')
-rw-r--r-- | Functions/Misc/run-help-svn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Misc/run-help-svn b/Functions/Misc/run-help-svn new file mode 100644 index 000000000..5d1068588 --- /dev/null +++ b/Functions/Misc/run-help-svn @@ -0,0 +1 @@ +svn help ${${@:#-*}[1]} | ${=PAGER:-more} |