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_font16
1 files changed, 0 insertions, 16 deletions
diff --git a/Completion/X/_x_font b/Completion/X/_x_font
deleted file mode 100644
index 92dc1ade4..000000000
--- a/Completion/X/_x_font
+++ /dev/null
@@ -1,16 +0,0 @@
-#autoload
-
-local expl
-
-_tags fonts || return 1
-
-# This *has* to be improved some day...
-
-if (( ! $+_font_cache )); then
-  typeset -gU _font_cache
-
- _font_cache=( "${(@)^${(@f)$(_call fonts xlsfonts)}%%--*}--" )
-fi
-
-_wanted fonts expl font \
-    compadd -M 'r:|-=* r:|=*' "$@" -S '' -a _font_cache