Commit Graph

10801 Commits (zsh-5.7)
 

Author SHA1 Message Date
dana 9799d0f9a2 unposted: Release 5.7 5 years ago
dana e3cab52ca2 44012: X04zlehighlight: Fix spurious test failures on OpenBSD 5 years ago
Mikael Magnusson d683d278c7 44011: Only use fg_start_code for non-truecolor
The sequence for truecolor uses a different prefix from palette colors
5 years ago
dana a76c6def15 44001: _brace_parameter: Complete (q+) 5 years ago
dana 96a7993801 43990: _opkg: Support gain-privileges 5 years ago
Peter Stephenson 88ad890c05 users/23829: add and coument file-split-chars style 5 years ago
dana 325fceab3b unposted: Update for 5.6.2-test-3 5 years ago
dana 35c7b0f9e9 43974: _git: Always offer -F/-m for `git tag` 5 years ago
dana f5c096fea7 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}
Also clarify release documentation and fix a typo mentioned in workers/43971
5 years ago
Peter Stephenson 232b43571f 43969: untokenize Dash for compctl with GLOB_SUBST set 5 years ago
dana b3778fee1a unposted: Add missing change-log entries for 37302 and 37303
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
5 years ago
dana f7f5b7f4ee 43960: Add full completion for exec and setsid 5 years ago
dana 1f8bea2247 43959: Add completion for strongSwan, &al.
Also update _urls to complete unix:// URIs as for file://
5 years ago
dana 92b204cb12 43962: Fix X04 test module_path 5 years ago
Peter Stephenson de31fe1f93 users/23809: ZLE_HIGHLIGHT extensions.
Allow non-termcap use of colours > 7.
Add tests.
5 years ago
Martijn Dekker 2d056ebc31 43945 (tweaked to remove test failure, noted in test):
Fix exit statuses from wait for POSIX_BUILTINS mode.
Also add tests.
5 years ago
Martijn Dekker 4215fcb107 43944: apply NO_UNSET consistently to arithmeitc 5 years ago
Peter Stephenson d0f92b448e unposted: test for 43938 5 years ago
dana 9dde124818 43914 (tweaked): Add completion for Composer
Tweaks: Adjusted spelling, fixed minor idiomatic issues
5 years ago
dana 79fae27f7c 43930: Improve _multi_parts performance 5 years ago
dana 7951ede1db unposted (per 43938): Avoid segfault when unmetafying empty string 5 years ago
dana 162c198aab 43953: Fix rounding/truncation error in %. time-format specifier
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
5 years ago
dana f64cd71d44 43935: Reject too-large nanosecond values given to strftime
... 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.
5 years ago
dana e75c59f7f5 43928: _alternative: Evaluate (...) action syntax as with _arguments 5 years ago
Bart Schaefer c19a0927e1 43921: ${\var} should be an error 5 years ago
Peter Stephenson 9dbde9e9c7 unposted: updates for 5.6.2-test-2 5 years ago
Peter Stephenson b6169745c1 unposted, c.f. 43913: emulate -L zsh in edit-command-line
Otherwise bad effects observed with GLOB_SUBST set.
5 years ago
dana 43247252dd 43897: Add/update various completion functions
* Update tail to support -q/-v on NetBSD
* Add several new functions (with one change needed to _hosts compdefs)
6 years ago
dana f8864ac0c8 43895: _watch: Complete for procps/-ng watch 6 years ago
Joey Pabalinas 552ebe6082 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is 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.
6 years ago
dana e64bd2ad4c unposted: _dig: Fix _arguments syntax error 6 years ago
Daniel Shahaf 23154e46e6 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case
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.
6 years ago
dana 90b2654b7e 43871: _files: Support `-F '(pat ...)'` as with _path_files 6 years ago
Peter Stephenson 42020cdabb 43861: make "(#" completion safer by checking for ")" 6 years ago
Peter Stephenson 7f62255b49 43860: Complete glob flags at start of word. 6 years ago
Peter Stephenson ef20425381 43854: Set tok to LEXERR on generic parse error.
Needed by main loop which detects an error this way.
6 years ago
Peter Stephenson 50f8fa972c 43837 plus test from Daniel: Empty string in nested subst.
Skip Nularg or there is a bogus character at the start.
6 years ago
Jun-ichi Takimoto 8d0f7681a0 43829: nearcolor.c: use double instead of float 6 years ago
Daniel O'Connor b248b714a9 43830: _cu: Complete /dev/cu.* 6 years ago
Jun-ichi Takimoto 35afea0772 unposted: _zcat: support macOS 6 years ago
Ivan Tkachenko e258e7d251 43823: remove unnecessary metafy() in stattimeprint() 6 years ago
Peter Stephenson 7292c063e8 43620: More care documenting command substitution including $(<...) 6 years ago
dana e25f890589 43809: Suppress npm update checks during completion 6 years ago
dana df12f6cd2f unposted (cf. 43800): Update strftime completion 6 years ago
dana 5ad76492af 43800: Add nanosecond support to strftime built-in 6 years ago
Oliver Kiddle 0b3b52778b 43819: expand adb completion to also cover options to adb backup 6 years ago
Oliver Kiddle 082f703ccd 43818: complete math functions for other modules besides zsh/mathfunc 6 years ago
Oliver Kiddle d5fec6b512 43816: various completion option updates 6 years ago
Oliver Kiddle f6495ebae8 43817: update options in btrfs completion through to btrfs 4.17.1 6 years ago
Oliver Kiddle b96dac3287 43813: for powerd add units, default values and allow option arguments in the same word as the option 6 years ago