1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 16:31:53 +02:00

9359: Francisco Borges: fix _gv file completion

This commit is contained in:
Peter Stephenson 2005-08-31 09:28:30 +00:00
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>
* 21683: Completion/X/Command/_urxvt: more fixes

@ -39,4 +39,4 @@ _arguments \
'--scalebase=:scale base:' \
'--ad=:resource file:_files' \
'--style=:resource file:_files' \
'*:file: _pspdf --z'
'*:file: _pspdf -z'