Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 44030: prompt: Return error for unrecognised colour name | dana | 2019-02-03 | 1 | -0/+5 |
| | |||||
* | github #32: Fix a typo in the git tag completion. | Fredric Silberberg | 2019-01-28 | 1 | -0/+5 |
| | |||||
* | unposted: Update release instructions | dana | 2019-01-27 | 1 | -0/+3 |
| | |||||
* | 44020: VCS_INFO_detect_p4: Fix infinite recursion | dana | 2019-01-27 | 1 | -0/+5 |
| | |||||
* | unposted: Post-release version bump | dana | 2019-01-24 | 1 | -0/+2 |
| | |||||
* | unposted: Release 5.7 zsh-5.7 | dana | 2019-01-24 | 1 | -0/+4 |
| | |||||
* | 44012: X04zlehighlight: Fix spurious test failures on OpenBSD | dana | 2019-01-23 | 1 | -0/+5 |
| | |||||
* | 44011: Only use fg_start_code for non-truecolor | Mikael Magnusson | 2019-01-23 | 1 | -0/+5 |
| | | | | The sequence for truecolor uses a different prefix from palette colors | ||||
* | 44001: _brace_parameter: Complete (q+) | dana | 2019-01-21 | 1 | -0/+4 |
| | |||||
* | 43990: _opkg: Support gain-privileges | dana | 2019-01-18 | 1 | -0/+4 |
| | |||||
* | users/23829: add and coument file-split-chars style | Peter Stephenson | 2019-01-08 | 1 | -0/+5 |
| | |||||
* | unposted: Update for 5.6.2-test-3 zsh-5.6.2-test-3 | dana | 2019-01-05 | 1 | -0/+4 |
| | |||||
* | 43974: _git: Always offer -F/-m for `git tag` | dana | 2019-01-04 | 1 | -0/+3 |
| | |||||
* | 43970: Update NEWS for previously unmentioned features in 5.{4,5,6} | dana | 2019-01-04 | 1 | -0/+6 |
| | | | | Also clarify release documentation and fix a typo mentioned in workers/43971 | ||||
* | 43969: untokenize Dash for compctl with GLOB_SUBST set | Peter Stephenson | 2019-01-03 | 1 | -0/+5 |
| | |||||
* | unposted: Add missing change-log entries for 37302 and 37303 | dana | 2019-01-02 | 1 | -0/+6 |
| | | | | | | | | e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without change-log entries Note also that the commit message for e40a14c5e erroneously referred to workers/37202 | ||||
* | 43960: Add full completion for exec and setsid | dana | 2019-01-01 | 1 | -0/+4 |
| | |||||
* | 43959: Add completion for strongSwan, &al. | dana | 2019-01-01 | 1 | -0/+6 |
| | | | | Also update _urls to complete unix:// URIs as for file:// | ||||
* | 43962: Fix X04 test module_path | dana | 2018-12-31 | 1 | -0/+4 |
| | |||||
* | users/23809: ZLE_HIGHLIGHT extensions. | Peter Stephenson | 2018-12-30 | 1 | -0/+4 |
| | | | | | Allow non-termcap use of colours > 7. Add tests. | ||||
* | 43944: apply NO_UNSET consistently to arithmeitc | Martijn Dekker | 2018-12-30 | 1 | -0/+7 |
| | |||||
* | 43914 (tweaked): Add completion for Composer | dana | 2018-12-30 | 1 | -0/+3 |
| | | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues | ||||
* | 43930: Improve _multi_parts performance | dana | 2018-12-30 | 1 | -0/+2 |
| | |||||
* | unposted (per 43938): Avoid segfault when unmetafying empty string | dana | 2018-12-30 | 1 | -0/+5 |
| | |||||
* | 43953: Fix rounding/truncation error in %. time-format specifier | dana | 2018-12-29 | 1 | -0/+5 |
| | | | | | | | Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954 | ||||
* | 43935: Reject too-large nanosecond values given to strftime | dana | 2018-12-24 | 1 | -1/+7 |
| | | | | | | | ... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well. | ||||
* | 43928: _alternative: Evaluate (...) action syntax as with _arguments | dana | 2018-12-23 | 1 | -0/+5 |
| | |||||
* | 43921: ${\var} should be an error | Bart Schaefer | 2018-12-21 | 1 | -0/+4 |
| | |||||
* | unposted: updates for 5.6.2-test-2 zsh-5.6.2-test-2 | Peter Stephenson | 2018-12-19 | 1 | -0/+5 |
| | |||||
* | unposted, c.f. 43913: emulate -L zsh in edit-command-line | Peter Stephenson | 2018-12-19 | 1 | -0/+5 |
| | | | | Otherwise bad effects observed with GLOB_SUBST set. | ||||
* | 43897: Add/update various completion functions | dana | 2018-12-17 | 1 | -0/+9 |
| | | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs) | ||||
* | 43895: _watch: Complete for procps/-ng watch | dana | 2018-12-17 | 1 | -0/+5 |
| | |||||
* | 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵ | Joey Pabalinas | 2018-12-17 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | omitted In code such as: > hobbes% () { for arg do print -r $arg; done; } 1 2 3 > 1 > 2 > 3 the implicit positional parameters added when the `in word ...' list is omitted also implicitly append the separator term, making the above code valid, albeit seemingly violating the syntax listed in the documentation. This is related to the various forms of alternative syntax and is the intended behavior of the parsing code, so correct the minor contradiction in the for loop documentation. | ||||
* | unposted: _dig: Fix _arguments syntax error | dana | 2018-12-14 | 1 | -0/+5 |
| | |||||
* | 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case | Daniel Shahaf | 2018-12-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | Before this commit, the following use-case: git checkout foo^ git show foo | git am would result in a fatal error, with vcs_info_msg_N_ not set: VCS_INFO_git_getbranch:18: no such file or directory: .git/rebase-apply/onto Now they are set correctly, and HEAD's commit hash is used. | ||||
* | 43871: _files: Support `-F '(pat ...)'` as with _path_files | dana | 2018-12-09 | 1 | -0/+5 |
| | |||||
* | 43861: make "(#" completion safer by checking for ")" | Peter Stephenson | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | 43860: Complete glob flags at start of word. | Peter Stephenson | 2018-12-04 | 1 | -0/+5 |
| | |||||
* | 43854: Set tok to LEXERR on generic parse error. | Peter Stephenson | 2018-11-29 | 1 | -0/+5 |
| | | | | Needed by main loop which detects an error this way. | ||||
* | 43837 plus test from Daniel: Empty string in nested subst. | Peter Stephenson | 2018-11-21 | 1 | -0/+6 |
| | | | | Skip Nularg or there is a bogus character at the start. | ||||
* | 43829: nearcolor.c: use double instead of float | Jun-ichi Takimoto | 2018-11-19 | 1 | -0/+4 |
| | |||||
* | 43830: _cu: Complete /dev/cu.* | Daniel O'Connor | 2018-11-16 | 1 | -0/+5 |
| | |||||
* | unposted: _zcat: support macOS | Jun-ichi Takimoto | 2018-11-15 | 1 | -0/+2 |
| | |||||
* | 43823: remove unnecessary metafy() in stattimeprint() | Ivan Tkachenko | 2018-11-15 | 1 | -0/+5 |
| | |||||
* | 43620: More care documenting command substitution including $(<...) | Peter Stephenson | 2018-11-14 | 1 | -0/+5 |
| | |||||
* | 43809: Suppress npm update checks during completion | dana | 2018-11-13 | 1 | -0/+3 |
| | |||||
* | unposted (cf. 43800): Update strftime completion | dana | 2018-11-13 | 1 | -0/+3 |
| | |||||
* | 43800: Add nanosecond support to strftime built-in | dana | 2018-11-13 | 1 | -0/+5 |
| | |||||
* | 43819: expand adb completion to also cover options to adb backup | Oliver Kiddle | 2018-11-12 | 1 | -0/+3 |
| | |||||
* | 43818: complete math functions for other modules besides zsh/mathfunc | Oliver Kiddle | 2018-11-12 | 1 | -0/+3 |
| |