zsh-workers
 help / color / mirror / code / Atom feed
d4da6c857d0277232ed56e60abcddd40bbc82c46 blob 321 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 2> /dev/null)}/%--*/--}" )
fi

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

solving d4da6c8 ...
found d4da6c8 in https://inbox.vuxu.org/zsh-workers/150724160737.ZM20912@torch.brasslantern.com/
found a363b27 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 a363b277512e016139d9b3806f3ae853ad61c93f	Completion/X/Type/_x_font

applying [1/1] https://inbox.vuxu.org/zsh-workers/150724160737.ZM20912@torch.brasslantern.com/
diff --git a/Completion/X/Type/_x_font b/Completion/X/Type/_x_font
index a363b27..d4da6c8 100644

Checking patch Completion/X/Type/_x_font...
Applied patch Completion/X/Type/_x_font cleanly.

index at:
100644 d4da6c857d0277232ed56e60abcddd40bbc82c46	Completion/X/Type/_x_font

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).