From 6be3fe2fca7d904ce4c83303a1b23e36ed45a084 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 17 Feb 2011 19:54:06 +0000 Subject: 28761: file completion for sccs --- Completion/Unix/Command/_sccs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_sccs b/Completion/Unix/Command/_sccs index 8d7babfb7..4083fe54e 100644 --- a/Completion/Unix/Command/_sccs +++ b/Completion/Unix/Command/_sccs @@ -109,7 +109,9 @@ case $service in sact|print) _sccs_files;; create|enter) _files;; deledit|delget|delta) - _arguments '-s[silent]' '-y+[specify delta commentary]:comment' + _arguments "$sfiles" \ + '-s[silent]' \ + '-y+[specify delta commentary]:comment' \ ;; diffs) _diff_options diff "$sfiles" "$ropt" "$copt" \ -- cgit 1.4.1