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:
parent
cd17012af8
commit
915e6ff66a
2 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue