about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 44153: rm: Accept -R as equivalent to -rMatthew Martin2019-03-213-10/+14
|
* 44149: _mkdir, _stat: Use _pick_variant -bMatthew Martin2019-03-213-26/+9
|
* 44144: _builtin: Append "builtin" to precommandsMatthew Martin2019-03-212-0/+5
|
* 44155: _pick_variant: Update builtin checkMatthew Martin2019-03-212-8/+27
|
* 44147: add/update completions for procps-ngJun-ichi Takimoto2019-03-227-6/+100
| | | | New completions for free, pmap, slabtop, tload. Update _top.
* 44111: _git: Use `git rev-list` for log messagesdana2019-03-212-5/+12
| | | | | This side-steps issues related to `git log` respecting settings like log.showSignature
* Update doc from previous commit.Peter Stephenson2019-03-192-3/+5
| | | | | | Make it clear it's commands whose names begin with a / that aren't hashed. Obviously commands whose paths begin with a / are OK, duh.
* 44132: don't hash commands beginning with /Charles Blake2019-03-193-0/+9
|
* 44142: Fix hist_reduce_spaces bug.Peter Stephenson2019-03-192-2/+8
| | | | | | When there were as an unstripped comment on the line the pointer for stripping spaces could be bogus. Don't do any editing in that case.
* 44135: Add chmod builtinMatthew Martin2019-03-184-2/+77
|
* 44135: _chmod: Reformat to minimize next diff. No functional change.Matthew Martin2019-03-171-44/+50
|
* 44118: use libtirpc if RPC is not in glibcJun-ichi Takimoto2019-03-152-0/+9
|
* 44122: turn int into long to avoid overflowKamil Dudka2019-03-142-2/+7
|
* 44100: zparseopts: Add -F option, completion, tests; improve documentationdana2019-03-125-13/+268
| | | | | | | * Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
* 44101: _vim: better support for nvimJun-ichi Takimoto2019-03-082-34/+55
|
* unposted: _zftp: Use 'post' pattern matchingdana2019-03-062-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
* 44099: Completion: Add _trashdana2019-03-062-0/+27
|
* unposted: ztst.zsh: fix a typoJun-ichi Takimoto2019-03-012-1/+5
|
* 44087: _getconf: Complete options, config variables on more systemsdana2019-02-272-29/+81
|
* 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana2019-02-272-1/+6
| | | | | The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
* 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
|