about summary refs log tree commit diff
path: root/Functions/Misc/run-help
Commit message (Collapse)AuthorAgeFilesLines
* 32031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson2013-11-231-1/+1
|
* 31634: run-help compat with alias to noglob/nocorrectPhil Pennock2013-08-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Given `alias fetch='noglob fetch'`, without this change `run-help fetch` recurses to invoke itself on the noglob command, bringing up the help for noglob. Similarly for nocorrect. Thus the user would have to quit out of the pager, then avoid quitting out of the loop, so that they can go into the second iteration and see the help for the second instance found by `whence -a`, which happens to be the target of the alias. With common pagers, that's thus 'q', 'not-q'. Somewhat frustrating. Without this change, `alias foo='noglob bar'` where `foo` is not otherwise a command would _never_ show the help for `bar`, since it only showed the help for `noglob` and there was no second line of whence output to trigger the second pass. With this change, aliases to `noglob|nocorrect` of a command somewhat ignore the presence of that precommand modifier; if a command is aliased to `noglob $itself`, then the result is that the first line of whence output is shown, no pager is used, the user can immediately see a prompt to continue and press something other-than-q to see the help for the command. If given `alias foo='noglob bar'` then `run-help foo` will immediately show the help for bar. This behaviour was chosen to be consistent with the existing alias support, but just working better with the precommand modifier.
* c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2010-07-281-1/+1
|
* 27492 based on Jörg Sommer: 27473: fix run-help alias problem.Peter Stephenson2009-12-161-3/+8
|
* 27305: fix GNU man option handling in run-helpPeter Stephenson2009-06-051-3/+2
|
* unposted: back off 26862Peter Stephenson2009-04-251-0/+1
|
* Greg: 26862: remove unnecessary printPeter Stephenson2009-04-211-1/+0
|
* 26202: show zshmodules(1) for echotc, echoti, sched, zprof, zpty, zsocket, ↵Clint Adams2008-12-301-1/+1
| | | | zstyle, and ztcp builtins as well.
* 25814: quote arguments to "eval".Bart Schaefer2008-10-101-1/+1
|
* 25823: bring up zshcontrib man page if run-help is run on run-help and ↵Clint Adams2008-10-071-0/+1
| | | | run-help is a function.
* 24364: local assignment to HELPDIR with a default location.Bart Schaefer2008-01-131-2/+2
|
* 24349: add comment about HELPDIR to assist replacement in Debian build.Clint Adams2008-01-041-0/+2
|
* 24332, 24333: Improvements to run-help suggested by J.Sommer.Bart Schaefer2007-12-311-1/+18
|
* 24242: unify top lines as #!/bin/zsh (followed by options).Clint Adams2007-12-131-1/+1
|
* 22874: run-help unquoting wasn't consistentPeter Stephenson2006-10-151-0/+3
|
* users/9604: enhance run-help to strip quotesPeter Stephenson2005-11-011-1/+8
|
* after-move cleanupSven Wischnowsky2001-04-021-0/+88
|
* moved to ./Functions/Misc/run-helpSven Wischnowsky2001-04-021-88/+0
|
* 10764: run-help improvements10764: run-help improvements10764: run-help ↵Clint Adams2000-04-141-9/+25
| | | | improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements
* Initial revisionTanaka Akira1999-06-081-0/+72