Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh autocompletion not quite right for "sccs delget"
- X-seq: zsh-workers 28754
- From: Sebastien Roy <sebastien.roy@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zsh autocompletion not quite right for "sccs delget"
- Date: Sun, 13 Feb 2011 12:11:51 -0500
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author