about summary refs log tree commit diff
path: root/Completion/Unix/Command/_sccs
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-02-17 19:54:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-02-17 19:54:06 +0000
commit6be3fe2fca7d904ce4c83303a1b23e36ed45a084 (patch)
tree8809e3a04e3970e1504a35c16d97000a7a054d81 /Completion/Unix/Command/_sccs
parent3a23e82941ce3b37b0eb2a1523928097756bc8ad (diff)
downloadzsh-6be3fe2fca7d904ce4c83303a1b23e36ed45a084.tar.gz
zsh-6be3fe2fca7d904ce4c83303a1b23e36ed45a084.tar.xz
zsh-6be3fe2fca7d904ce4c83303a1b23e36ed45a084.zip
28761: file completion for sccs
Diffstat (limited to 'Completion/Unix/Command/_sccs')
-rw-r--r--Completion/Unix/Command/_sccs4
1 files changed, 3 insertions, 1 deletions
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" \