1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 06:20:55 +01:00

fix completion of -F option

This commit is contained in:
Oliver Kiddle 2005-11-13 16:26:22 +00:00
parent cd17012af8
commit 915e6ff66a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-11-13 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/X/Command/qiv: fix completion of -F option
2005-11-11 Clint Adams <clint@zsh.org>
* 21999: Completion/Unix/Command/_gnutls:

View file

@ -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)' \