about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2005-11-13 16:26:22 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2005-11-13 16:26:22 +0000
commit915e6ff66ad4e64c66eb9be3ced6bc6fdd26c0cf (patch)
tree791c795934b50f161e8892122825d0450b78a5d8 /Completion/X
parentcd17012af83777d982ae366f8372656bd4aff8f2 (diff)
downloadzsh-915e6ff66ad4e64c66eb9be3ced6bc6fdd26c0cf.tar.gz
zsh-915e6ff66ad4e64c66eb9be3ced6bc6fdd26c0cf.tar.xz
zsh-915e6ff66ad4e64c66eb9be3ced6bc6fdd26c0cf.zip
fix completion of -F option
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_qiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_qiv b/Completion/X/Command/_qiv
index 7917aca29..2df109cd6 100644
--- a/Completion/X/Command/_qiv
+++ b/Completion/X/Command/_qiv
@@ -4,7 +4,7 @@ _arguments -s \
   '(- *)'{-h,--help}'[display help information]' \
   '(- *)'{-v,--version}'[display version information]' \
   '--display:display:_x_display' \
-  \*{-f,--file}'[read file names from file]:_files' \
+  \*{-F,--file}'[read file names from file]:file:_files' \
   '(-e --center)'{-e,--center}'[disable window centering]' \
   '(-w --fixed_width -W --fixed_zoom)'{-w,--fixed_width}'[use window with specified width]:width' \
   '(-w --fixed_width -W --fixed_zoom)'{-W,--fixed_zoom}'[use window with specified zoom factor]:zoom (percentage)' \