summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_gv2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d0a1d658..dfb6f002b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Completion/X/Command/_gv b/Completion/X/Command/_gv
index 2dd1ac67b..6075de508 100644
--- a/Completion/X/Command/_gv
+++ b/Completion/X/Command/_gv
@@ -39,4 +39,4 @@ _arguments \
'--scalebase=:scale base:' \
'--ad=:resource file:_files' \
'--style=:resource file:_files' \
- '*:file: _pspdf --z'
+ '*:file: _pspdf -z'