summaryrefslogtreecommitdiff
path: root/Functions/Misc
AgeCommit message (Collapse)AuthorFilesLines
2025-04-2853527: remove zgetoptdana1-198/+0
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release
2025-04-2753516: add zgetopt contrib functiondana1-0/+198
2024-05-2452910: Improve handling of **/ patternsBart Schaefer1-3/+3
2024-02-03unposted: elaboration on Roman's "slurp" implementation from zsh-usersBart Schaefer1-0/+31
2024-01-0552465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer1-1/+7
2023-10-11unposted (cf. 52166): remove obsolete helper for svkOliver Kiddle1-1/+0
2023-10-1151812: run-help for docker, perf, podman, ssh, svnadminJörg Sommer5-0/+26
2023-09-2151747: ip accepts the reduction of link to l.Jörg Sommer1-1/+1
2023-09-2151776: run-help-openssl: Reduce code and use new manpagesJörg Sommer1-7/+1
Openssl switches the naming of manpages to the common style openssl-$SUBCOMMAND, e.g. openssl-enc. For backward compatibility try to show the manpage with the old name if the new one doesn't exist.
2023-08-2752028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer1-0/+11
2023-06-2251813: differentiate empty $2 from omitted $2 in version comparisonsStephane Chazelas1-1/+7
2023-05-1051593: improve search for command name after skipping prefix assignmentsBart Schaefer1-3/+3
This is aimed mostly at use of run-help as a standalone function rather than as a widget. When run-help is invoked outside widget context, there's no source line to search for the original command name, so this attempts searching the arguments.
2023-03-1351572: fix "shift" error when running standaloneBart Schaefer1-3/+3
2022-12-0651088: fix standards reference in commentAtte Peltomäki1-1/+1
2022-10-1750786: Make match etc. local when used in styles.Peter Stephenson1-2/+2
Avoids side effects of add-zle-hook-widget.
2022-09-2550648: Use $ZCALC_HISTORY where appropriateJulian Prein1-1/+3
2022-06-0850335: simplify "wait" usage, fix signal handlingBart Schaefer1-10/+30
- remove the preliminary "wait" for all the process - remove "nomonitor" (because it was only needed for that "wait") - explicitly adds traps to exit for tty-generated signals plus TERM - capture the signal trap context and restore it in background jobs - wrap in an "always" block to clean up local helper functions - update comments to note another buglet and drop support for zsh 4.x.
2022-05-2650286: avoid zed error if nounset is in effectPeter Stephenson1-6/+8
2022-05-14Jan Brieg: 50212 (and discussion): Add "bright" color variantsBart Schaefer1-2/+16
2022-03-2849897: Eliminate reliance on $jobstates parameter, fix -P exit status check.Bart Schaefer1-17/+20
2022-01-0149667: Include US spelling of "grey" ("gray")Matt Alexander1-3/+5
Co-authored-by: Daniel Shahaf <d.s@daniel.shahaf.name>
2021-11-12github #82: Fix typosDimitris Apostolou1-1/+1
2021-09-0645180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵Stephane Chazelas1-27/+75
replacement was empty or generated more than one element
2021-09-0649218: run-help filters cmd_args before calling run-help-<command>Marlon Richert7-26/+13
2021-05-1848601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug.Daniel Shahaf1-1/+1
Not tested.
2021-05-1548710: histed + other zed updatesBart Schaefer1-13/+49
2021-04-1947489: rename standout as italicBart Schaefer1-1/+2
2021-01-23users/26406: preserve caller setopts in zargsBart Schaefer1-2/+15
2020-12-1147731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto1-0/+22
also fix format errors in contrib.yo
2020-12-1143946: call run-help for the command given to sudoSamir Benmendil1-1/+1
2020-06-2746072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf1-2/+2
add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
2018-10-1443685: add-zle-hook-widget: Support running under NO_UNSET ('set -u').Daniel Shahaf1-6/+6
2018-06-07users/23434: initialise UNDO_LIMIT_NO so that an initial undo doesn't clear ↵Oliver Kiddle1-2/+8
the whole edit buffer
2018-06-0542929 (tweaked): additional default bindings in zed.Sebastian Gniazdowski1-5/+26
Add to both zed and zed-vicmd keymaps.
2018-01-1941839: force IFS to default for "read"Sebastian Gniazdowski1-1/+1
2017-08-31Make mbegin, mend, match local in zed.Peter Stephenson1-0/+3
Needed for zstyle -m.
2017-06-0741232: Use page up/down keys in zed keymap.Sebastian Gniazdowski1-0/+23
Find with terminfo where available.
2017-03-2440892: subcommand matching for ip helpAaron Schrab1-2/+2
2016-12-0940126: zed (fned): When editing a new function. escape its name.Daniel Shahaf1-1/+1
Example: % unfunction \( % fned \(
2016-09-3039495: add-zle-hook-widget: Add end-of-options guard to hook invocation.Daniel Shahaf1-2/+2
Currently, the only special widget that takes arguments is zle-keymap-select.
2016-08-3039131: return on error needs to be at the outer scope.Barton E. Schaefer1-4/+4
2016-07-28unposted: Avoid $0 for POSIX_ARGZERO compatibility.Daniel Shahaf2-3/+3
2016-07-27unposted: Prefix function's name to its error messages.Daniel Shahaf1-2/+2
2016-07-17Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer1-0/+186
2016-07-0438783: zcalc tweaks for RPN mode.Peter Stephenson1-8/+18
Make it more straightforward to exchange variables with stack.
2016-06-2138737: clean up zcalc variables.Peter Stephenson1-142/+147
Undocumented variables now start with "_".
2016-06-2138736: various RPN mode enhancements for zcalcPeter Stephenson1-12/+66
2016-06-18unposted: zed needs localoptions noksharraysBarton E. Schaefer1-0/+2
2016-06-1638693: Add RPN mode to zcalcPeter Stephenson1-22/+114
2016-01-2837814: run-help-ip: use an absolute path for the shebang.Kamil Dudka1-1/+1