about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorFelix Rosencrantz <f_rosencrantz@users.sourceforge.net>2007-03-12 00:02:10 +0000
committerFelix Rosencrantz <f_rosencrantz@users.sourceforge.net>2007-03-12 00:02:10 +0000
commit3b1e0d035162c73addd215f3892e51eaa4cf67da (patch)
tree820e81d6aa4abd03478c5347c1b9fee6ce4b60e2 /Completion
parent363308f3df1510088c8253e09f1a7d2115f9515a (diff)
downloadzsh-3b1e0d035162c73addd215f3892e51eaa4cf67da.tar.gz
zsh-3b1e0d035162c73addd215f3892e51eaa4cf67da.tar.xz
zsh-3b1e0d035162c73addd215f3892e51eaa4cf67da.zip
Fix for comm completion.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_comm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_comm b/Completion/Unix/Command/_comm
index 30ca49911..c55378420 100644
--- a/Completion/Unix/Command/_comm
+++ b/Completion/Unix/Command/_comm
@@ -1,6 +1,6 @@
 #compdef comm
 
-_arguments \
+_arguments -s \
   '-1[suppress lines unique to FILE1]' \
   '-2[suppress lines unique to FILE2]' \
   '-3[suppress lines that appear in both files]' \