Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 46097: Fix "assignment to invalid subscript range" error in _rm. | zsugabubus | 2020-06-28 | 2 | -1/+6 |
| | | | | See 46090 for details. | ||||
* | 46132: docs: Use an itemized list in the documentation of the *(o) glob ↵ | Daniel Shahaf | 2020-06-28 | 2 | -10/+21 |
| | | | | | | qualifier. This should be easier to read, both as a tutorial and as a reference. | ||||
* | 46131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be ↵ | Daniel Shahaf | 2020-06-28 | 2 | -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. | ||||
* | 46128: _git: Complete more options and diff/merge tools. | Daniel Shahaf | 2020-06-28 | 2 | -2/+30 |
| | |||||
* | 46129: _git-config: Fix a bug where a second trailing dot would be ↵ | Daniel Shahaf | 2020-06-28 | 2 | -5/+4 |
| | | | | incorrectly offered. | ||||
* | 46130: _git-config: Complete some more options. | Daniel Shahaf | 2020-06-28 | 2 | -25/+73 |
| | |||||
* | 46140: _git: Fix insufficiently quoted pattern | Miroslav Koškár | 2020-06-27 | 2 | -1/+4 |
| | |||||
* | 46139: _git: Remove hanging whitespaces | Miroslav Koškár | 2020-06-27 | 2 | -2/+6 |
| | |||||
* | unposted (after 46068): Fix a compiler warning. | Daniel Shahaf | 2020-06-27 | 2 | -1/+4 |
| | | | | | | | The warning was: . warning: passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | ||||
* | 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵ | Daniel Shahaf | 2020-06-27 | 6 | -7/+42 |
| | | | | | | add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case. | ||||
* | users/24959/0002: Update aliases documentation for the addition of the ↵ | Daniel Shahaf | 2020-06-27 | 2 | -20/+8 |
| | | | | ALIAS_FUNC_DEF option. | ||||
* | users/24959/0001: Extend documentation of global aliases. | Daniel Shahaf | 2020-06-27 | 3 | -1/+21 |
| | |||||
* | unposted: docs: Fix some markup and typos. | Daniel Shahaf | 2020-06-26 | 5 | -6/+12 |
| | |||||
* | 46100: Fix =subst before =(subst) | Peter Stephenson | 2020-06-26 | 3 | -1/+10 |
| | | | | | | This occurs with SH file expansion ordering. Add test. | ||||
* | unposted c.f. 46034: workaround incompatibility with sh_file_expansion option | Oliver Kiddle | 2020-06-26 | 2 | -1/+4 |
| | |||||
* | 46106: new usbconfig completion | Oliver Kiddle | 2020-06-26 | 2 | -0/+67 |
| | |||||
* | 46105: new xinput completion | Oliver Kiddle | 2020-06-26 | 1 | -0/+140 |
| | |||||
* | 46075: drelo: prefer ip on linux for finding network interfaces | drelo | 2020-06-26 | 2 | -3/+12 |
| | |||||
* | 45895: ignore deduplication patterns in _sequence | oxiedi | 2020-06-26 | 3 | -2/+17 |
| | |||||
* | 46068 (tweaked) (was: github #57): region_highlight: Add memo= support. | Daniel Shahaf | 2020-06-25 | 8 | -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.) | ||||
* | 46102: test harness: Make the XPass message distinct from the Fail message. | Daniel Shahaf | 2020-06-25 | 2 | -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. | ||||
* | 46079: Ignore double quotes in math expressions. | Peter Stephenson | 2020-06-23 | 3 | -2/+15 |
| | | | | | | | Treat as white space. This is required for compatibility and previously had no use in zsh as it generated an error. | ||||
* | 46091: Add code to Mercurial VCS backend to show topic if there is any. | Manuel Jacob | 2020-06-22 | 3 | -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. | ||||
* | 46044 (tweaked per Matthew): _units: Correct the path to the units data file ↵ | Daniel Shahaf | 2020-06-19 | 2 | -2/+10 |
| | | | | on Debian with units 2.00 and newer and on FreeBSD. | ||||
* | 46067: Add a unit test for workers/46060. | Daniel Shahaf | 2020-06-18 | 2 | -0/+12 |
| | |||||
* | 46060: Fix spurious actions on exit status 130 or 131. | Peter Stephenson | 2020-06-18 | 2 | -4/+12 |
| | | | | Ensure process has taken a signal before looking for SIGINT or SIGQUIT. | ||||
* | 45982: _zfs: add space property | Frederick Zhang | 2020-06-17 | 2 | -1/+6 |
| | |||||
* | unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵ | Daniel Shahaf | 2020-06-17 | 2 | -1/+6 |
| | | | | harness does. | ||||
* | 46049: docs: Correct the sense of the single-letter abstract of the ↵ | Miroslav Koškár | 2020-06-17 | 2 | -1/+6 |
| | | | | GLOBAL_RCS option (-d) | ||||
* | gitlab !12: completion for mat & mat2 | Jan Máslo | 2020-06-11 | 3 | -0/+41 |
| | |||||
* | 46036: fix colouring in prompt completion | Oliver Kiddle | 2020-06-11 | 2 | -3/+6 |
| | |||||
* | users/24892: fix local declaration with recursive-files style and complete ↵ | Oliver Kiddle | 2020-06-11 | 3 | -5/+13 |
| | | | | it for zstyle | ||||
* | unposted: zstyle docs: Fix typo. | Daniel Shahaf | 2020-06-10 | 2 | -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.) | ||||
* | 46026: Add CLOBBER_EMPTY option. | Peter Stephenson | 2020-06-09 | 6 | -5/+59 |
| | |||||
* | unposted: Add 45400 (vared in subshells) plus remarks on users/24904. | Bart Schaefer | 2020-06-09 | 1 | -0/+9 |
| | |||||
* | users/24909: Don't clean up special file list too early. | Peter Stephenson | 2020-06-08 | 2 | -1/+6 |
| | | | | | When running a function, remove special files used for substitution after the function has run rather than before. | ||||
* | gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args | Doron Behar | 2020-06-08 | 2 | -1/+6 |
| | |||||
* | 45932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset. | Daniel Shahaf | 2020-06-07 | 2 | -9/+22 |
| | |||||
* | 45933: FAQ: Add "Why does my bash script report an error when I run it under ↵ | Daniel Shahaf | 2020-06-07 | 2 | -3/+57 |
| | | | | zsh?". | ||||
* | 45791 (tweaked): FAQ: Explain how to binary search one's dotfiles | Daniel Shahaf | 2020-06-07 | 3 | -3/+109 |
| | |||||
* | unposted: FAQ: Update section number in links to the "The future of zsh" ↵ | Daniel Shahaf | 2020-06-07 | 2 | -8/+13 |
| | | | | section. | ||||
* | unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue). | Daniel Shahaf | 2020-06-06 | 2 | -0/+12 |
| | |||||
* | typeset: Fix leaving corrupted entries in paramtab | Mikael Magnusson | 2020-06-05 | 2 | -3/+14 |
| | |||||
* | 45950: Fix 'make install' in out-of-tree tarball builds. | Yasuhiro KIMURA | 2020-06-03 | 2 | -0/+21 |
| | | | | | See workers/45936 for the failure mode and workers/45943 for an earlier revision of the patch. | ||||
* | 45940: Add _kdump and _ktrace completers and supporting _ktrace_points type | Matthew Martin | 2020-06-01 | 4 | -0/+169 |
| | |||||
* | 45939: Add _pgids type | Matthew Martin | 2020-06-01 | 6 | -5/+17 |
| | |||||
* | gitlab !14: modutils completion: Fix getting the value of kver from opt_args | Doron Behar | 2020-06-01 | 2 | -1/+6 |
| | | | | | To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed. | ||||
* | 45915: fix handling of hyphens in spckword() | Bart Schaefer | 2020-05-30 | 2 | -5/+15 |
| | |||||
* | 45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin' | Yasuhiro KIMURA | 2020-05-28 | 2 | -1/+6 |
| | | | | | In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'. | ||||
* | unposted: zyodl.vim: Highlight the word "note", like ft=help does. | Daniel Shahaf | 2020-05-28 | 2 | -1/+6 |
| |