From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/User/_ps | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/User/_ps') diff --git a/Completion/User/_ps b/Completion/User/_ps index b91ba8a68..086443586 100644 --- a/Completion/User/_ps +++ b/Completion/User/_ps @@ -1,5 +1,7 @@ #compdef ps2epsi ps2pdf epsffit extractres fixdlsrps fixfmps fixmacps fixpsditps fixpspps fixscribeps fixtpps fixwfwps fixwpps fixwwps includeres psbook psmerge psnup psresize psselect pstops psmulti pswrap lpr lp +local expl + # ghostscript: # ps2epsi ps2pdf # psutils: @@ -7,4 +9,5 @@ # fixscribeps fixtpps fixwfwps fixwpps fixwwps includeres psbook psmerge # psnup psresize psselect pstops -_files -g '*.(#i)(ps|eps)' +_description expl 'postscript file' +_files "$expl[@]" -g '*.(#i)(ps|eps)' -- cgit 1.4.1