about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 44085: _remote_files: Prevent ls/alias settings from mangling file listingsdana2019-02-262-1/+7
|
* 44080: Completion: Fix several option-description typosdana2019-02-2633-41/+65
|
* unposted: _less: Fix typodana2019-02-242-1/+5
| | | | Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
* 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana2019-02-226-9/+19
|
* 44076: _column: Support Debian, add missing options, adjust wordingdana2019-02-222-12/+39
| | | | | | | Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca`
* 44067: Make history read safer on interrupt.Yutian Li2019-02-182-3/+14
| | | | | Record if a read was interrupted and if so process it in full next time a read is needed.
* c.f. 44062: Back off clearflag change to ZLE line init.Peter Stephenson2019-02-142-1/+6
| | | | | | | | This causes problems with failed ZLE reads that printed a message in the display area, in particular ignoreEOF warnings. It appears it's not needed for the overall effect of the fixes in zsh-workers/40302, commit 34656ec2.
* gitlab !5: Add new abcde completion.Doron Behar2019-02-092-0/+55
|
* github #31: Add new demangle style, rust and dlangHiroki Noda2019-02-093-2/+8
|
* unposted: Post-release version bumpdana2019-02-032-2/+4
|
* unposted: Release 5.7.1 zsh-5.7.1dana2019-02-034-4/+7
|
* 44034: _date_formats: Complete %9./%N, adjust wordingdana2019-02-032-7/+15
|
* 44033: Add completion for dos2unix/unix2dosdana2019-02-032-0/+132
|
* 44030: prompt: Return error for unrecognised colour namedana2019-02-033-0/+15
|
* github #32: Fix a typo in the git tag completion.Fredric Silberberg2019-01-282-1/+6
|
* unposted: Update release instructionsdana2019-01-272-2/+45
|
* 44020: VCS_INFO_detect_p4: Fix infinite recursiondana2019-01-272-1/+5
|
* unposted: Post-release version bumpdana2019-01-242-2/+4
|
* unposted: Release 5.7 zsh-5.7dana2019-01-243-3/+8
|
* 44012: X04zlehighlight: Fix spurious test failures on OpenBSDdana2019-01-232-1/+13
|
* 44011: Only use fg_start_code for non-truecolorMikael Magnusson2019-01-234-16/+36
| | | | The sequence for truecolor uses a different prefix from palette colors
* 44001: _brace_parameter: Complete (q+)dana2019-01-212-0/+5
|
* 43990: _opkg: Support gain-privilegesdana2019-01-182-4/+14
|
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-083-0/+20
|
* unposted: Update for 5.6.2-test-3 zsh-5.6.2-test-3dana2019-01-053-2/+10
|
* 43974: _git: Always offer -F/-m for `git tag`dana2019-01-042-10/+5
|
* 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana2019-01-043-2/+39
| | | | Also clarify release documentation and fix a typo mentioned in workers/43971
* 43969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson2019-01-032-0/+14
|
* unposted: Add missing change-log entries for 37302 and 37303dana2019-01-021-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 setsiddana2019-01-014-1/+26
|
* 43959: Add completion for strongSwan, &al.dana2019-01-014-1/+411
| | | | Also update _urls to complete unix:// URIs as for file://
* 43962: Fix X04 test module_pathdana2018-12-312-0/+5
|
* users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson2018-12-303-4/+183
| | | | | Allow non-termcap use of colours > 7. Add tests.
* 43945 (tweaked to remove test failure, noted in test):Martijn Dekker2018-12-303-10/+68
| | | | | Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests.
* 43944: apply NO_UNSET consistently to arithmeitcMartijn Dekker2018-12-305-1/+32
|
* unposted: test for 43938Peter Stephenson2018-12-301-0/+8
|
* 43914 (tweaked): Add completion for Composerdana2018-12-302-0/+853
| | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues
* 43930: Improve _multi_parts performancedana2018-12-302-7/+11
|
* unposted (per 43938): Avoid segfault when unmetafying empty stringdana2018-12-302-1/+6
|
* 43953: Fix rounding/truncation error in %. time-format specifierdana2018-12-293-6/+36
| | | | | | | 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 strftimedana2018-12-243-3/+12
| | | | | | | ... 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 _argumentsdana2018-12-232-1/+8
|
* 43921: ${\var} should be an errorBart Schaefer2018-12-212-1/+5
|
* unposted: updates for 5.6.2-test-2 zsh-5.6.2-test-2Peter Stephenson2018-12-194-15/+17
|
* unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2018-12-192-0/+7
| | | | Otherwise bad effects observed with GLOB_SUBST set.
* 43897: Add/update various completion functionsdana2018-12-1712-4/+264
| | | | | * 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 watchdana2018-12-172-5/+43
|
* 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas2018-12-172-3/+11
| | | | | | | | | | | | | | | | | | | | 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 errordana2018-12-142-2/+7
|
* 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf2018-12-132-4/+12
| | | | | | | | | | | | | 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.