zsh-workers
 help / color / mirror / code / Atom feed
From: Sebastien Roy <sebastien.roy@oracle.com>
To: zsh-workers@zsh.org
Subject: zsh autocompletion not quite right for "sccs delget"
Date: Sun, 13 Feb 2011 12:11:51 -0500	[thread overview]
Message-ID: <4D5810D7.5060608@oracle.com> (raw)

Hi folks,

I'm running zsh 4.3.10, and the "sccs delget <file>" command doesn't do 
autocompletion on the file argument.  This is in contrast with other 
sccs subcommands (e.g. diffs, create, etc.), which correctly do this.

It appears that there's a files argument missing from the delget entry 
in the Completion/Unix/_sccs completion file:

   sact|print) _sccs_files;;
   create|enter) _files;;
   deledit|delget|delta)
     _arguments '-s[silent]' '-y+[specify delta commentary]:comment'
   ;;
   diffs)
     _diff_options diff "$sfiles" "$ropt" "$copt" \
       '-C[output a context diff]'
   ;;

-Seb


             reply	other threads:[~2011-02-13 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-13 17:11 Sebastien Roy [this message]
2011-02-15 18:50 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D5810D7.5060608@oracle.com \
    --to=sebastien.roy@oracle.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).