Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40126: zed (fned): When editing a new function. escape its name. | Daniel Shahaf | 2016-12-09 | 1 | -1/+1 |
| | | | | | | | Example: % unfunction \( % fned \( | ||||
* | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 2016-09-30 | 1 | -2/+2 |
| | | | | Currently, the only special widget that takes arguments is zle-keymap-select. | ||||
* | 39131: return on error needs to be at the outer scope. | Barton E. Schaefer | 2016-08-30 | 1 | -4/+4 |
| | |||||
* | unposted: Avoid $0 for POSIX_ARGZERO compatibility. | Daniel Shahaf | 2016-07-28 | 2 | -3/+3 |
| | |||||
* | unposted: Prefix function's name to its error messages. | Daniel Shahaf | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget. | Barton E. Schaefer | 2016-07-17 | 1 | -0/+186 |
| | |||||
* | 38783: zcalc tweaks for RPN mode. | Peter Stephenson | 2016-07-04 | 1 | -8/+18 |
| | | | | Make it more straightforward to exchange variables with stack. | ||||
* | 38737: clean up zcalc variables. | Peter Stephenson | 2016-06-21 | 1 | -142/+147 |
| | | | | Undocumented variables now start with "_". | ||||
* | 38736: various RPN mode enhancements for zcalc | Peter Stephenson | 2016-06-21 | 1 | -12/+66 |
| | |||||
* | unposted: zed needs localoptions noksharrays | Barton E. Schaefer | 2016-06-18 | 1 | -0/+2 |
| | |||||
* | 38693: Add RPN mode to zcalc | Peter Stephenson | 2016-06-16 | 1 | -22/+114 |
| | |||||
* | 37814: run-help-ip: use an absolute path for the shebang. | Kamil Dudka | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | users/21082 (expanded): a more complete sorting of version strings that are ↵ | Barton E. Schaefer | 2015-12-19 | 1 | -1/+19 |
| | | | | not in the form of zsh version numbers; additional explanatory comment | ||||
* | unposted: ZCALCPROMPT created globally in zcalc | Peter Stephenson | 2015-11-27 | 1 | -1/+3 |
| | |||||
* | zed: Add -- to the `functions' builtin calls | Eric Cook | 2015-11-16 | 1 | -2/+2 |
| | | | | | | | | | Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { } | ||||
* | 36993: zed: fix argument parsing | Eric Cook | 2015-10-31 | 1 | -21/+10 |
| | |||||
* | 37014: Improved internal parameter setting. | Peter Stephenson | 2015-10-29 | 1 | -0/+2 |
| | | | | | | | | Enhance WARNCREATEGLOBAL to work in many more cases. Don't create REPLY as an integer if it didn't previously exist as one, even if the value to be set is integral, as this is likely to mess up later uses of REPLY. | ||||
* | 36735: add ~/.zcalcrc handling to zcalc | Peter Stephenson | 2015-10-01 | 1 | -0/+4 |
| | |||||
* | 36604: fix getopts+shift calculation | Barton E. Schaefer | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | 35937: wait for process IDs instead of job numbers in parallel mode | Barton E. Schaefer | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | 35815: fix for lack of startup output from newer nslookup | Oliver Kiddle | 2015-07-23 | 1 | -2/+1 |
| | |||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -4/+13 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 30568: Add tetriscurses contrib function, port of tetris to zcurses | Mikael Magnusson | 2015-01-09 | 1 | -0/+386 |
| | |||||
* | 19371 plus tweak: run-help helper for ip | Artur Penttinen | 2014-11-13 | 1 | -0/+42 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 1 | -32/+0 |
| | |||||
* | 32527: zcalc-auto-insert key binding for use in zcalc | Peter Stephenson | 2014-04-07 | 1 | -0/+3 |
| | |||||
* | 32453: fix zcalc default base handling | Peter Stephenson | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | 32299: add use of underscores on arithmetic output for spacing | Peter Stephenson | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | 32031 plus missed _run_help: get helpfiles install path corect in functions | Peter Stephenson | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | 31940: zcalc -e uses arguments as input | Peter Stephenson | 2013-11-08 | 1 | -9/+27 |
| | |||||
* | 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. | ||||
* | 31503: zmv improvements for user-specified programs. | Peter Stephenson | 2013-07-03 | 1 | -4/+11 |
| | | | | | -p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention | ||||
* | 31155: minor extra zcalc features and documentation | Peter Stephenson | 2013-03-17 | 1 | -1/+10 |
| | |||||
* | 31154: make zcalc understand continuation lines with a backslash | Peter Stephenson | 2013-03-15 | 1 | -1/+11 |
| | |||||
* | users/17666: zcalc -f sets FORCE_FLOAT | Peter Stephenson | 2013-03-05 | 1 | -1/+4 |
| | |||||
* | Stepan Koltsov: 30634: use (q-) quoting | Peter Stephenson | 2012-08-20 | 1 | -1/+1 |
| | | | | for zmv output for clarity. | ||||
* | users/17134: avoid bad math error | Bart Schaefer | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | 30388, 30389 (Stephane): zargs: handle zero-length arguments. | Peter Stephenson | 2012-04-12 | 1 | -8/+8 |
| | |||||
* | unposted (users/16697): use a better output file name when the DISPLAY | Bart Schaefer | 2012-03-01 | 1 | -7/+8 |
| | | | | | variable refers to a socket file (MacOS); fix problem with writing the output file when the user overrides the default value of TERM. | ||||
* | unposted (30090): add -h (help) and -L (list extant hooks) options. | Bart Schaefer | 2012-03-01 | 1 | -5/+17 |
| | |||||
* | 28852: Use syntax that doesn't depend on SHORT_LOOPS being set. | Mikael Magnusson | 2011-08-14 | 1 | -2/+2 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | users/15864: turn zsh_directory_name into a hook | Peter Stephenson | 2011-03-11 | 1 | -2/+5 |
| | |||||
* | 28758: make `colors' function work with non-default option sets | Frank Terbeck | 2011-02-15 | 1 | -0/+2 |
| | |||||
* | users/15583: update with zstyles and for ease of use in zle-line-init. | Bart Schaefer | 2010-11-27 | 1 | -39/+88 |
| | |||||
* | Jérôme Pouiller: 28351: new help functions | Peter Stephenson | 2010-10-18 | 3 | -0/+16 |
| | |||||
* | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 2010-07-28 | 2 | -2/+2 |
| | |||||
* | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | users/14752: add #! line to zed | Peter Stephenson | 2010-01-29 | 1 | -1/+1 |
| | | | | allow script run with -i to exit on return | ||||
* | Julien Jehannet: users/14751: typo in variable name in zed | Peter Stephenson | 2010-01-29 | 1 | -1/+1 |
| |