Age | Commit message (Expand) | Author | Files | Lines |
2025-04-28 | 53527: remove zgetopt | dana | 1 | -198/+0 |
2025-04-27 | 53516: add zgetopt contrib function | dana | 1 | -0/+198 |
2024-05-24 | 52910: Improve handling of **/ patterns | Bart Schaefer | 1 | -3/+3 |
2024-02-03 | unposted: elaboration on Roman's "slurp" implementation from zsh-users | Bart Schaefer | 1 | -0/+31 |
2024-01-05 | 52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exit | Bart Schaefer | 1 | -1/+7 |
2023-10-11 | unposted (cf. 52166): remove obsolete helper for svk | Oliver Kiddle | 1 | -1/+0 |
2023-10-11 | 51812: run-help for docker, perf, podman, ssh, svnadmin | Jörg Sommer | 5 | -0/+26 |
2023-09-21 | 51747: ip accepts the reduction of link to l. | Jörg Sommer | 1 | -1/+1 |
2023-09-21 | 51776: run-help-openssl: Reduce code and use new manpages | Jörg Sommer | 1 | -7/+1 |
2023-08-27 | 52028: improvements to _shadow / _unshadow, plus helper and doc | Bart Schaefer | 1 | -0/+11 |
2023-06-22 | 51813: differentiate empty $2 from omitted $2 in version comparisons | Stephane Chazelas | 1 | -1/+7 |
2023-05-10 | 51593: improve search for command name after skipping prefix assignments | Bart Schaefer | 1 | -3/+3 |
2023-03-13 | 51572: fix "shift" error when running standalone | Bart Schaefer | 1 | -3/+3 |
2022-12-06 | 51088: fix standards reference in comment | Atte Peltomäki | 1 | -1/+1 |
2022-10-17 | 50786: Make match etc. local when used in styles. | Peter Stephenson | 1 | -2/+2 |
2022-09-25 | 50648: Use $ZCALC_HISTORY where appropriate | Julian Prein | 1 | -1/+3 |
2022-06-08 | 50335: simplify "wait" usage, fix signal handling | Bart Schaefer | 1 | -10/+30 |
2022-05-26 | 50286: avoid zed error if nounset is in effect | Peter Stephenson | 1 | -6/+8 |
2022-05-14 | Jan Brieg: 50212 (and discussion): Add "bright" color variants | Bart Schaefer | 1 | -2/+16 |
2022-03-28 | 49897: Eliminate reliance on $jobstates parameter, fix -P exit status check. | Bart Schaefer | 1 | -17/+20 |
2022-01-01 | 49667: Include US spelling of "grey" ("gray") | Matt Alexander | 1 | -3/+5 |
2021-11-12 | github #82: Fix typos | Dimitris Apostolou | 1 | -1/+1 |
2021-09-06 | 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the replacemen... | Stephane Chazelas | 1 | -27/+75 |
2021-09-06 | 49218: run-help filters cmd_args before calling run-help-<command> | Marlon Richert | 7 | -26/+13 |
2021-05-18 | 48601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug. | Daniel Shahaf | 1 | -1/+1 |
2021-05-15 | 48710: histed + other zed updates | Bart Schaefer | 1 | -13/+49 |
2021-04-19 | 47489: rename standout as italic | Bart Schaefer | 1 | -1/+2 |
2021-01-23 | users/26406: preserve caller setopts in zargs | Bart Schaefer | 1 | -2/+15 |
2020-12-11 | 47731 (+unposted): add run-help assistant for btrfs | Jun-ichi Takimoto | 1 | -0/+22 |
2020-12-11 | 43946: call run-help for the command given to sudo | Samir Benmendil | 1 | -1/+1 |
2020-06-27 | 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo... | Daniel Shahaf | 1 | -2/+2 |
2018-10-14 | 43685: add-zle-hook-widget: Support running under NO_UNSET ('set -u'). | Daniel Shahaf | 1 | -6/+6 |
2018-06-07 | users/23434: initialise UNDO_LIMIT_NO so that an initial undo doesn't clear t... | Oliver Kiddle | 1 | -2/+8 |
2018-06-05 | 42929 (tweaked): additional default bindings in zed. | Sebastian Gniazdowski | 1 | -5/+26 |
2018-01-19 | 41839: force IFS to default for "read" | Sebastian Gniazdowski | 1 | -1/+1 |
2017-08-31 | Make mbegin, mend, match local in zed. | Peter Stephenson | 1 | -0/+3 |
2017-06-07 | 41232: Use page up/down keys in zed keymap. | Sebastian Gniazdowski | 1 | -0/+23 |
2017-03-24 | 40892: subcommand matching for ip help | Aaron Schrab | 1 | -2/+2 |
2016-12-09 | 40126: zed (fned): When editing a new function. escape its name. | Daniel Shahaf | 1 | -1/+1 |
2016-09-30 | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 1 | -2/+2 |
2016-08-30 | 39131: return on error needs to be at the outer scope. | Barton E. Schaefer | 1 | -4/+4 |
2016-07-28 | unposted: Avoid $0 for POSIX_ARGZERO compatibility. | Daniel Shahaf | 2 | -3/+3 |
2016-07-27 | unposted: Prefix function's name to its error messages. | Daniel Shahaf | 1 | -2/+2 |
2016-07-17 | Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget. | Barton E. Schaefer | 1 | -0/+186 |
2016-07-04 | 38783: zcalc tweaks for RPN mode. | Peter Stephenson | 1 | -8/+18 |
2016-06-21 | 38737: clean up zcalc variables. | Peter Stephenson | 1 | -142/+147 |
2016-06-21 | 38736: various RPN mode enhancements for zcalc | Peter Stephenson | 1 | -12/+66 |
2016-06-18 | unposted: zed needs localoptions noksharrays | Barton E. Schaefer | 1 | -0/+2 |
2016-06-16 | 38693: Add RPN mode to zcalc | Peter Stephenson | 1 | -22/+114 |
2016-01-28 | 37814: run-help-ip: use an absolute path for the shebang. | Kamil Dudka | 1 | -1/+1 |