From 915e6ff66ad4e64c66eb9be3ced6bc6fdd26c0cf Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 13 Nov 2005 16:26:22 +0000 Subject: fix completion of -F option --- ChangeLog | 4 ++++ Completion/X/Command/_qiv | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 688d87bc7..477917a6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-13 Oliver Kiddle + + * unposted: Completion/X/Command/qiv: fix completion of -F option + 2005-11-11 Clint Adams * 21999: Completion/Unix/Command/_gnutls: 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)' \ -- cgit 1.4.1