summaryrefslogtreecommitdiff
path: root/Functions/Misc
AgeCommit message (Collapse)AuthorFilesLines
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
2015-12-19users/21082 (expanded): a more complete sorting of version strings that are ↵Barton E. Schaefer1-1/+19
not in the form of zsh version numbers; additional explanatory comment
2015-11-27unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson1-1/+3
2015-11-16zed: Add -- to the `functions' builtin callsEric Cook1-2/+2
Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { }
2015-10-3136993: zed: fix argument parsingEric Cook1-21/+10
2015-10-2937014: Improved internal parameter setting.Peter Stephenson1-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.
2015-10-0136735: add ~/.zcalcrc handling to zcalcPeter Stephenson1-0/+4
2015-09-2336604: fix getopts+shift calculationBarton E. Schaefer1-1/+1
2015-07-2735937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer1-2/+2
2015-07-2335815: fix for lack of startup output from newer nslookupOliver Kiddle1-2/+1
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson1-4/+13
Also add to zed -f. Option is -x <numm>.
2015-01-0930568: Add tetriscurses contrib function, port of tetris to zcursesMikael Magnusson1-0/+386
2014-11-1319371 plus tweak: run-help helper for ipArtur Penttinen1-0/+42
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-32/+0