zsh-workers
 help / color / mirror / code / Atom feed
368b6a611b719387cbdb82002cc9bf9ffe5b88aa blob 302 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:|=*' "$@" -S '' -a - _font_cache
debug log:

solving 368b6a6 ...
found 368b6a6 in https://inbox.vuxu.org/zsh-workers/10638.1437778219@thecus.kiddle.eu/
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/10638.1437778219@thecus.kiddle.eu/
diff --git a/Completion/X/Type/_x_font b/Completion/X/Type/_x_font
index a363b27..368b6a6 100644

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

index at:
100644 368b6a611b719387cbdb82002cc9bf9ffe5b88aa	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).