summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-0844101: _vim: better support for nvimJun-ichi Takimoto2-34/+55
2019-03-06unposted: _zftp: Use 'post' pattern matchingdana2-1/+4
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead
2019-03-0644099: Completion: Add _trashdana2-0/+27
2019-03-01unposted: ztst.zsh: fix a typoJun-ichi Takimoto2-1/+5
2019-02-2744087: _getconf: Complete options, config variables on more systemsdana2-29/+81
2019-02-2744090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana2-1/+6
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
2019-02-2644085: _remote_files: Prevent ls/alias settings from mangling file listingsdana2-1/+7
2019-02-2644080: Completion: Fix several option-description typosdana33-41/+65
2019-02-24unposted: _less: Fix typodana2-1/+5
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
2019-02-2244077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana6-9/+19
2019-02-2244076: _column: Support Debian, add missing options, adjust wordingdana2-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`
2019-02-1844067: Make history read safer on interrupt.Yutian Li2-3/+14
Record if a read was interrupted and if so process it in full next time a read is needed.
2019-02-14c.f. 44062: Back off clearflag change to ZLE line init.Peter Stephenson2-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.
2019-02-09gitlab !5: Add new abcde completion.Doron Behar2-0/+55
2019-02-09github #31: Add new demangle style, rust and dlangHiroki Noda3-2/+8
2019-02-05Upload to unstable as 5.7.1-1Axel Beckert1-2/+3
2019-02-04Drop fix-vcs-info-p4.patch, fixed upstreamAxel Beckert2-13/+0
2019-02-04Update debian/changelog for new upstream bugfix releaseAxel Beckert1-0/+9
Gbp-Dch: Ignore
2019-02-04New upstream bugfix release 5.7.1Axel Beckert11-15/+227
Merge branch 'upstream' at 'zsh-5.7.1' into 'debian'.
2019-02-03unposted: Post-release version bumpdana2-2/+4
2019-02-03unposted: Release 5.7.1dana4-4/+7
2019-02-0344034: _date_formats: Complete %9./%N, adjust wordingdana2-7/+15
2019-02-0344033: Add completion for dos2unix/unix2dosdana2-0/+132
2019-02-0344030: prompt: Return error for unrecognised colour namedana3-0/+15
2019-01-28github #32: Fix a typo in the git tag completion.Fredric Silberberg2-1/+6
2019-01-27unposted: Update release instructionsdana2-2/+45
2019-01-27d/upstream/signing-key.asc: Add the 5.7 RM's signing key.Daniel Shahaf1-0/+30
I retrieved the key with `gpg --recv-keys 7CA7ECAAF06216B90F894146ACF8146CAE8CBBC4`, where the hash value was obtained by pulling upstream's zsh-web.git over an SSH remote and inspecting Arc/source.html in the resulting clone.
2019-01-27Upload to unstable as 5.7-2 with urgency=lowMichael Prokop1-0/+7
2019-01-27Fix perforce detection in vcs-infoFrank Terbeck2-0/+13
This is known upstream, this is a quickfix to limit our user's exposure to the issue.
2019-01-2744020: VCS_INFO_detect_p4: Fix infinite recursiondana2-1/+5
2019-01-25Upload to unstable as 5.7-1 with urgency=lowAxel Beckert1-2/+3
2019-01-25Update debian/changelog for 5.7 releaseAxel Beckert1-0/+6
2019-01-25New upstream release 5.7Axel Beckert10-24/+96
Merge branch 'upstream' at 'zsh-5.7' into branch debian
2019-01-24unposted: Post-release version bumpdana2-2/+4
2019-01-24unposted: Release 5.7dana3-3/+8
2019-01-2344012: X04zlehighlight: Fix spurious test failures on OpenBSDdana2-1/+13
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson4-16/+36
The sequence for truecolor uses a different prefix from palette colors
2019-01-2144001: _brace_parameter: Complete (q+)dana2-0/+5
2019-01-1843990: _opkg: Support gain-privilegesdana2-4/+14
2019-01-08users/23829: add and coument file-split-chars stylePeter Stephenson3-0/+20
2019-01-05Upload to experimental as 5.6.2-test-3-1Axel Beckert1-3/+11
2019-01-05Make autopkgtest pass by including config.modules in zsh-devAxel Beckert3-1/+3
* Test/V07pcre.ztst now tries to access ../config.modules to check if the PCRE module was enabled and needs to be tested. * The test emits a warning on STDERR if ../config.modules is not found. * Let debian/tests/run-testsuite depend on zsh-dev and symlink /usr/include/zsh/config.modules into $AUTOPKGTEST_TMP.
2019-01-05Change shebang path in example script to Debian's zsh pathAxel Beckert2-0/+13
With dh compat 12, example scripts are installed uncompressed. Hence this showed up as script with wrong interpreter in the shebang line.
2019-01-05Bump debhelper compatibility level to 12Axel Beckert2-2/+1
Use b-d on "debhelper-compat (= 12)" instead of debian/compat Gbp-Dch: Full
2019-01-05debian/pkg-zsh-workflow-new-upstream-release.md fine-tuningAxel Beckert1-2/+5
2019-01-05Update changelog for new upstream release candidate 5.6.2-test-3Axel Beckert1-0/+7
Gbp-Dch: Ignore
2019-01-05New upstream release candidate 5.6.2-test-3Axel Beckert29-49/+1737
Merge branch 'upstream' at 'zsh-5.6.2-test-3' into branch debian
2019-01-05unposted: Update for 5.6.2-test-3dana3-2/+10
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana2-10/+5
2019-01-0443970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana3-2/+39
Also clarify release documentation and fix a typo mentioned in workers/43971