mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
9359: Francisco Borges: fix _gv file completion
This commit is contained in:
parent
bea2cb3b06
commit
a0890f75a2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-08-31 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* users/9359: Francisco Borges: Completion/X/Command/_gv:
|
||||||
|
completion of ps and PDF files was broken for gv.
|
||||||
|
|
||||||
2005-08-25 Clint Adams <clint@zsh.org>
|
2005-08-25 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 21683: Completion/X/Command/_urxvt: more fixes
|
* 21683: Completion/X/Command/_urxvt: more fixes
|
||||||
|
|
|
@ -39,4 +39,4 @@ _arguments \
|
||||||
'--scalebase=:scale base:' \
|
'--scalebase=:scale base:' \
|
||||||
'--ad=:resource file:_files' \
|
'--ad=:resource file:_files' \
|
||||||
'--style=:resource file:_files' \
|
'--style=:resource file:_files' \
|
||||||
'*:file: _pspdf --z'
|
'*:file: _pspdf -z'
|
||||||
|
|
Loading…
Reference in a new issue