Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | unposted: zyodl.vim: Highlight yodl continuation line marker | Daniel Shahaf | 2020-05-28 | 2 | -0/+7 |
| | |||||
* | 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous ↵ | Daniel Shahaf | 2020-05-28 | 3 | -5/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | functions as though they were a single function named "(anon)". Before: % zmodload zsh/zprof % () : % () : % zprof num calls time self name ----------------------------------------------------------------------------------- 1) 2 0.08 0.04 100.00% 0.08 0.04 100.00% (anon) After: % zmodload zsh/zprof % () : % () : % zprof num calls time self name ----------------------------------------------------------------------------------- 1) 1 0.04 0.04 50.45% 0.04 0.04 50.45% (anon) [:3] 2) 1 0.04 0.04 49.55% 0.04 0.04 49.55% (anon) [:2] | ||||
* | 45900: Fix issues with escaped newline in $-substitution. | Peter Stephenson | 2020-05-23 | 3 | -3/+47 |
| | |||||
* | 45884 (Oliver's, edited by me): Add a few entries. | Daniel Shahaf | 2020-05-21 | 2 | -0/+29 |
| | |||||
* | 45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws. | Daniel Shahaf | 2020-05-20 | 2 | -0/+15 |
| | |||||
* | unposted: fix date of previous commit | Eitan Adler | 2020-05-17 | 1 | -1/+1 |
| | |||||
* | unposted: bump config.guess and config.sub | Eitan Adler | 2020-05-17 | 3 | -24/+39 |
| | | | | | | | | | | | Problem config.guess and config.sub are out of dated reducing cross-platform compatibly. Solution Update them. | ||||
* | unposted: remove blank line that messed up "man" formatting | Bart Schaefer | 2020-05-17 | 1 | -1/+0 |
| | |||||
* | 45831: Add _vi completer | Matthew Martin | 2020-05-17 | 2 | -0/+51 |
| | |||||
* | users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵ | Daniel Shahaf | 2020-05-16 | 2 | -0/+8 |
| | | | | style. | ||||
* | unposted: Add tests for previous commit | Mikael Magnusson | 2020-05-12 | 2 | -3/+9 |
| | |||||
* | Support ${name:offset:length} with an empty offset | Mikael Magnusson | 2020-05-12 | 2 | -5/+20 |
| | |||||
* | gitlab !13: tar supports zstandard (zstd) | noraj | 2020-05-09 | 2 | -2/+8 |
| | | | | | | | | | | | | | Problem Variants of tar based on libarchive or GNU tar can support extracting zstd based files. Solution Add this type of to _tar_archive. From noraj <gitlab@mg.gitlab.com> | ||||
* | unposted: libarchive tar can extract zip files | Eitan Adler | 2020-05-07 | 2 | -1/+7 |
| | | | | | | | | | | | Problem Variants of tar based on libarchive can extract zip files but `tar xf <tab>` does not complete this type of file. Solution Add this type of to _tar_archive. | ||||
* | unposted: Use alternation patterns rather than brace expansion | Daniel Shahaf | 2020-05-07 | 3 | -3/+9 |
| | | | | (Cf. discussion on GitLab !12.) | ||||
* | 45764: Add a regression test for 45772. Test by Roman | Daniel Shahaf | 2020-05-05 | 2 | -0/+19 |
| | |||||
* | 45772: Restore locale on parameter scope end. | Peter Stephenson | 2020-05-05 | 2 | -0/+39 |
| | | | | Check if relevant parameters changes and if so restore system settings. | ||||
* | unposted: Fix typo in ChangeLog | Daniel Shahaf | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | unposted: add a comment about how to add a new resource | Jun-ichi Takimoto | 2020-05-03 | 2 | -0/+10 |
| | |||||
* | 45614: update _dnf | Jun-ichi Takimoto | 2020-05-03 | 2 | -101/+459 |
| | |||||
* | 45731: _debsnap: New completion function. | Daniel Shahaf | 2020-05-03 | 2 | -0/+80 |
| | |||||
* | 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely. | Daniel Shahaf | 2020-05-03 | 6 | -13/+88 |
| | | | | Also, write/extend docstrings for sepjoin() and zjoin(). | ||||
* | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ↵ | Daniel Shahaf | 2020-05-03 | 6 | -15/+27 |
| | | | | | | hlinklist2array(). Will be used in the next commit. | ||||
* | unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵ | Daniel Shahaf | 2020-05-02 | 2 | -1/+14 |
| | | | | character. | ||||
* | 45737 (+ docs, and update the test from 45722): zstyle: When determining the ↵ | Daniel Shahaf | 2020-05-02 | 5 | -6/+40 |
| | | | | weight (specificity) of a pattern, consider the number of components before anything else, as documented. | ||||
* | unposted: Revert unintentional move from 45722. | Daniel Shahaf | 2020-05-02 | 2 | -0/+3 |
| | |||||
* | 45739: docs: Clarifications about zstyle patterns. | Daniel Shahaf | 2020-05-02 | 3 | -16/+23 |
| | | | | | | - Consistently use the term "pattern" rather than "context" or "style pattern" - Correct statements about order of precedence of patterns - Give the rationale for the "rule of thumb" | ||||
* | 45722: docs: Change zstyle example to a non-hierarchical one | Daniel Shahaf | 2020-05-02 | 3 | -8/+31 |
| | |||||
* | 45752/0002: _gcc: Complete --output like -o. | Daniel Shahaf | 2020-05-02 | 2 | -1/+4 |
| | |||||
* | 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list. | Daniel Shahaf | 2020-05-02 | 2 | -1/+6 |
| | |||||
* | github #56: typo: Add a single quote that had been missing | Benjamin Esham | 2020-04-27 | 2 | -1/+6 |
| | |||||
* | unposted: README: Give the 'zsystem flock' limit in pretty-printed form as well. | Daniel Shahaf | 2020-04-21 | 2 | -1/+6 |
| | |||||
* | github #54: Fix dig completion error | davey hathorn | 2020-04-21 | 2 | -1/+6 |
| | |||||
* | unposted: NEWS, README: Document zsh/system changes from workers/45708 | dana | 2020-04-20 | 3 | -4/+17 |
| | |||||
* | unposted: zsh/system: Adjust documentation from workers/45708 | dana | 2020-04-20 | 2 | -4/+6 |
| | |||||
* | 45708: zsh/system: Enable sub-second timeout in zsystem flock | Cedric Ware | 2020-04-20 | 6 | -9/+302 |
| | |||||
* | 45702: compsys: Improve documentation of {insert,separate}-sections | dana | 2020-04-20 | 2 | -3/+27 |
| | |||||
* | 45684: Document - glob qualifier in error cases | Peter Stephenson | 2020-04-15 | 2 | -1/+8 |
| | |||||
* | 45661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript. | dg1727 | 2020-04-12 | 2 | -0/+9 |
| | |||||
* | 45660: Fix crash setting vi or emacs mode on command line. | Peter Stephenson | 2020-04-09 | 3 | -8/+29 |
| | | | | Delay setting the option until the module system is set up. | ||||
* | 45655: _retrieve_mac_apps: Update for recent macOS | dana | 2020-04-05 | 2 | -2/+10 |
| | |||||
* | 45656: Document the -o emacs segfault bug. | Daniel Shahaf | 2020-04-05 | 2 | -0/+7 |
| | |||||
* | Add SHORT_REPEAT option | Mikael Magnusson | 2020-04-02 | 8 | -7/+34 |
| | |||||
* | unposted: Make test platform-independent. | Daniel Shahaf | 2020-04-02 | 2 | -2/+6 |
| | | | | Follow-up to the grandparent commit. |