zsh-workers
 help / color / mirror / code / Atom feed
1202d821e381f0500809488f16020bc19f9cc355 blob 286 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#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_program fonts xlsfonts)"} )
fi

_wanted fonts expl font \
    compadd -M 'r:|-=* r:|=*' "$@" -a - _font_cache
debug log:

solving 1202d82 ...
found 1202d82 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).