From df2140e4cbb01b92776d7a1b42c72b5c9725ba8d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 9 Dec 2011 15:58:35 +0000 Subject: 29409: Add xprop and xlsatoms completions. --- Completion/X/Type/_x_font | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/X/Type') diff --git a/Completion/X/Type/_x_font b/Completion/X/Type/_x_font index 134cfdf1c..a363b2775 100644 --- a/Completion/X/Type/_x_font +++ b/Completion/X/Type/_x_font @@ -9,7 +9,7 @@ _tags fonts || return 1 if (( ! $+_font_cache )); then typeset -gU _font_cache - _font_cache=( "${(@)^${(@f)$(_call_program fonts xlsfonts)}%%--*}--" ) + _font_cache=( "${(@)^${(@f)$(_call_program fonts xlsfonts 2> /dev/null)}%%--*}--" ) fi _wanted fonts expl font \ -- cgit 1.4.1