summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-2846132: docs: Use an itemized list in the documentation of the *(o) glob ↵Daniel Shahaf2-10/+21
qualifier. This should be easier to read, both as a tutorial and as a reference.
2020-06-2846131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be ↵Daniel Shahaf2-2/+7
completed to 'foo.bar.baz'. Now it properly gets completed, but in the case of gpg.openpgp.program, the description would be shown as "unknown option name", that being the description of gpg.*.program via `git help -c`, which shadows the more description of gpg.openpgp.program in $git_options.
2020-06-2846128: _git: Complete more options and diff/merge tools.Daniel Shahaf2-2/+30
2020-06-2846129: _git-config: Fix a bug where a second trailing dot would be ↵Daniel Shahaf2-5/+4
incorrectly offered.
2020-06-2846130: _git-config: Complete some more options.Daniel Shahaf2-25/+73
2020-06-2746140: _git: Fix insufficiently quoted patternMiroslav Koškár2-1/+4
2020-06-2746139: _git: Remove hanging whitespacesMiroslav Koškár2-2/+6
2020-06-27unposted (after 46068): Fix a compiler warning.Daniel Shahaf2-1/+4
The warning was: . warning: passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
2020-06-2746072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf6-7/+42
add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
2020-06-27users/24959/0002: Update aliases documentation for the addition of the ↵Daniel Shahaf2-20/+8
ALIAS_FUNC_DEF option.
2020-06-27users/24959/0001: Extend documentation of global aliases.Daniel Shahaf3-1/+21
2020-06-26unposted: docs: Fix some markup and typos.Daniel Shahaf5-6/+12
2020-06-2646100: Fix =subst before =(subst)Peter Stephenson3-1/+10
This occurs with SH file expansion ordering. Add test.
2020-06-26unposted c.f. 46034: workaround incompatibility with sh_file_expansion optionOliver Kiddle2-1/+4
2020-06-2646106: new usbconfig completionOliver Kiddle2-0/+67
2020-06-2646105: new xinput completionOliver Kiddle1-0/+140
2020-06-2646075: drelo: prefer ip on linux for finding network interfacesdrelo2-3/+12
2020-06-2645895: ignore deduplication patterns in _sequenceoxiedi3-2/+17
2020-06-2546068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf8-17/+173
This is useful when multiple plugins add region_highlight entries and subsequently want to remove only their own entries. Without this functionality, recognizing one's region_highlight entries is not trivial because the 'start' and 'end' offsets are modified by editing of $BUFFER and the highlight specification may not be unique or distinctive. The tweaks are as follows: - Change zfree() to zsfree() per workers/46070. - Remove the mem.c hunk, as it changed the signature of only one out of two alternative definitions of zsfree(). (The definition that hunk touched is the one that's not used by default.)
2020-06-2546102: test harness: Make the XPass message distinct from the Fail message.Daniel Shahaf2-1/+19
The new output is: ./Test/B02typeset.ztst: starting. Test ./Test/B02typeset.ztst was expected to fail, but passed. Was testing: this is the description that's after the colon on in the ztst file ./Test/B02typeset.ztst: test XPassed. ************************************** 0 successful test scripts, 1 failure, 0 skipped ************************************** make[1]: *** [Makefile:190: check] Error 1 make: *** [Makefile:263: check] Error 2 The new function is deliberately very similar to ZTST_testfailed() just above it.
2020-06-2346079: Ignore double quotes in math expressions.Peter Stephenson3-2/+15
Treat as white space. This is required for compatibility and previously had no use in zsh as it generated an error.
2020-06-2246091: Add code to Mercurial VCS backend to show topic if there is any.Manuel Jacob3-2/+18
"Topics" is an experimental concept in Mercurial that augments the current branching concept (called "named branches"). For more information, see the not always up-to-date Mercurial Wiki page https://www.mercurial-scm.org/wiki/TopicPlan.
2020-06-1946044 (tweaked per Matthew): _units: Correct the path to the units data file ↵Daniel Shahaf2-2/+10
on Debian with units 2.00 and newer and on FreeBSD.
2020-06-1846067: Add a unit test for workers/46060.Daniel Shahaf2-0/+12
2020-06-1846060: Fix spurious actions on exit status 130 or 131.Peter Stephenson2-4/+12
Ensure process has taken a signal before looking for SIGINT or SIGQUIT.
2020-06-1745982: _zfs: add space propertyFrederick Zhang2-1/+6
2020-06-17unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵Daniel Shahaf2-1/+6
harness does.
2020-06-1746049: docs: Correct the sense of the single-letter abstract of the ↵Miroslav Koškár2-1/+6
GLOBAL_RCS option (-d)
2020-06-11gitlab !12: completion for mat & mat2Jan Máslo3-0/+41
2020-06-1146036: fix colouring in prompt completionOliver Kiddle2-3/+6
2020-06-11users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle3-5/+13
it for zstyle
2020-06-10unposted: zstyle docs: Fix typo.Daniel Shahaf2-1/+5
This manifested as a trailing non-underlined ".RE" in the rendered man page. (I guess that was a man page directive, but I'm not sure how the extraneous closing parenthesis caused it to be rendered in the output.)
2020-06-0946026: Add CLOBBER_EMPTY option.Peter Stephenson6-5/+59
2020-06-09unposted: Add 45400 (vared in subshells) plus remarks on users/24904.Bart Schaefer1-0/+9
2020-06-08users/24909: Don't clean up special file list too early.Peter Stephenson2-1/+6
When running a function, remove special files used for substitution after the function has run rather than before.
2020-06-08gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_argsDoron Behar2-1/+6
2020-06-0745932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset.Daniel Shahaf2-9/+22
2020-06-0745933: FAQ: Add "Why does my bash script report an error when I run it under ↵Daniel Shahaf2-3/+57
zsh?".
2020-06-0745791 (tweaked): FAQ: Explain how to binary search one's dotfilesDaniel Shahaf3-3/+109
2020-06-07unposted: FAQ: Update section number in links to the "The future of zsh" ↵Daniel Shahaf2-8/+13
section.
2020-06-06unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue).Daniel Shahaf2-0/+12
2020-06-05typeset: Fix leaving corrupted entries in paramtabMikael Magnusson2-3/+14
2020-06-0345950: Fix 'make install' in out-of-tree tarball builds.Yasuhiro KIMURA2-0/+21
See workers/45936 for the failure mode and workers/45943 for an earlier revision of the patch.
2020-06-0145940: Add _kdump and _ktrace completers and supporting _ktrace_points typeMatthew Martin4-0/+169
2020-06-0145939: Add _pgids typeMatthew Martin6-5/+17
2020-06-01gitlab !14: modutils completion: Fix getting the value of kver from opt_argsDoron Behar2-1/+6
To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed.
2020-05-3045915: fix handling of hyphens in spckword()Bart Schaefer2-5/+15
2020-05-2845934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'Yasuhiro KIMURA2-1/+6
In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'.
2020-05-28unposted: zyodl.vim: Highlight the word "note", like ft=help does.Daniel Shahaf2-1/+6
2020-05-28unposted: zyodl.vim: Highlight yodl continuation line markerDaniel Shahaf2-0/+7