Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32031 plus missed _run_help: get helpfiles install path corect in functions | Peter Stephenson | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | 31634: run-help compat with alias to noglob/nocorrect | Phil Pennock | 2013-08-07 | 1 | -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" consistently | Peter Stephenson | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | 27492 based on Jörg Sommer: 27473: fix run-help alias problem. | Peter Stephenson | 2009-12-16 | 1 | -3/+8 |
| | |||||
* | 27305: fix GNU man option handling in run-help | Peter Stephenson | 2009-06-05 | 1 | -3/+2 |
| | |||||
* | unposted: back off 26862 | Peter Stephenson | 2009-04-25 | 1 | -0/+1 |
| | |||||
* | Greg: 26862: remove unnecessary print | Peter Stephenson | 2009-04-21 | 1 | -1/+0 |
| | |||||
* | 26202: show zshmodules(1) for echotc, echoti, sched, zprof, zpty, zsocket, ↵ | Clint Adams | 2008-12-30 | 1 | -1/+1 |
| | | | | zstyle, and ztcp builtins as well. | ||||
* | 25814: quote arguments to "eval". | Bart Schaefer | 2008-10-10 | 1 | -1/+1 |
| | |||||
* | 25823: bring up zshcontrib man page if run-help is run on run-help and ↵ | Clint Adams | 2008-10-07 | 1 | -0/+1 |
| | | | | run-help is a function. | ||||
* | 24364: local assignment to HELPDIR with a default location. | Bart Schaefer | 2008-01-13 | 1 | -2/+2 |
| | |||||
* | 24349: add comment about HELPDIR to assist replacement in Debian build. | Clint Adams | 2008-01-04 | 1 | -0/+2 |
| | |||||
* | 24332, 24333: Improvements to run-help suggested by J.Sommer. | Bart Schaefer | 2007-12-31 | 1 | -1/+18 |
| | |||||
* | 24242: unify top lines as #!/bin/zsh (followed by options). | Clint Adams | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | 22874: run-help unquoting wasn't consistent | Peter Stephenson | 2006-10-15 | 1 | -0/+3 |
| | |||||
* | users/9604: enhance run-help to strip quotes | Peter Stephenson | 2005-11-01 | 1 | -1/+8 |
| | |||||
* | after-move cleanup | Sven Wischnowsky | 2001-04-02 | 1 | -0/+88 |
| | |||||
* | moved to ./Functions/Misc/run-help | Sven Wischnowsky | 2001-04-02 | 1 | -88/+0 |
| | |||||
* | 10764: run-help improvements10764: run-help improvements10764: run-help ↵ | Clint Adams | 2000-04-14 | 1 | -9/+25 |
| | | | | improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements | ||||
* | Initial revision | Tanaka Akira | 1999-06-08 | 1 | -0/+72 |