From 27daaed7b0c1d5df43eb5671200a4ee9af8285d1 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 13 Dec 1999 12:37:39 +0000 Subject: zsh-workers/9018 --- Completion/User/_pbm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_pbm') diff --git a/Completion/User/_pbm b/Completion/User/_pbm index 7eff60c69..2c12505ee 100644 --- a/Completion/User/_pbm +++ b/Completion/User/_pbm @@ -21,7 +21,7 @@ if [[ $# -ne 0 || $+_in_pbm -ne 0 ]]; then _description files expl 'picture file' set -- "$expl[@]" fi - _files "$@" -g "$pat" || _files "$@" -g '*.(#i)p[bgp]m' + _path_files "$@" -g "$pat" || _files "$@" -g '*.(#i)p[bgp]m' return fi @@ -774,5 +774,5 @@ zeisstopnm) *) _description files expl 'picture file' - _files "$expl[@]" -g "$pat" || _files "$expl[@]" -g '*.(#i)p[bgp]m' + _path_files "$expl[@]" -g "$pat" || _files "$expl[@]" -g '*.(#i)p[bgp]m' esac -- cgit 1.4.1