From d726746c3d16f7606d984c94ca1cc6b59d192d30 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 28 Feb 2000 10:00:25 +0000 Subject: manual/9897 --- Completion/X/_x_font | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/X/_x_font') diff --git a/Completion/X/_x_font b/Completion/X/_x_font index 59c628d6d..1be2d3312 100644 --- a/Completion/X/_x_font +++ b/Completion/X/_x_font @@ -9,7 +9,7 @@ _wanted fonts expl font || return 1 if (( ! $+_font_cache )); then typeset -gU _font_cache - _font_cache=( "${(@)^${(@f)$(xlsfonts)}%%--*}--" ) + _font_cache=( "${(@)^${(@f)$(_call fonts xlsfonts)}%%--*}--" ) fi compadd -M 'r:|-=* r:|=*' "$expl[@]" "$@" -S '' - "$_font_cache[@]" -- cgit 1.4.1