Bug 200768 - shells/zsh: du completion broken
Summary: shells/zsh: du completion broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 15:38 UTC by Dmitry Marakasov
Modified: 2015-06-15 12:40 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-10 15:38:12 UTC
du command completion is broken after latest zsh update: it doesn't try to substitude files and directories any more, e.g. typing `du <space> <tab>` prints `-` and tries command line flag completion, while it should do file/directory completion, roughly like `ls <space> <tab>` would do.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2015-06-10 15:43:49 UTC
Yeah I figured out and I am working on it
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-15 12:36:54 UTC
A commit references this bug:

Author: bapt
Date: Mon Jun 15 12:36:14 UTC 2015
New revision: 389703
URL: https://svnweb.freebsd.org/changeset/ports/389703

Log:
  Fix du(1) completion

  PR:		200768
  Obtained from:	ZSH upstream

Changes:
  head/shells/zsh/Makefile
  head/shells/zsh/files/patch-Completion_Unix_Command___du