about summary refs log tree commit diff
path: root/Completion/X/_x_font
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/_x_font')
-rw-r--r--Completion/X/_x_font2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/_x_font b/Completion/X/_x_font
index d4f16f33c..f0b13c7a8 100644
--- a/Completion/X/_x_font
+++ b/Completion/X/_x_font
@@ -5,7 +5,7 @@ local expl
 # This *has* to be improved some day...
 
 if (( ! $+_font_cache )); then
-  typeset -U _font_cache
+  typeset -gU _font_cache
 
  _font_cache=( "${(@)^${(@f)$(xlsfonts)}%%--*}--" )
 fi