mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
#autoload
|
|
|
|
local expl
|
|
|
|
: ${(A)_cache_newsgroups:=${${(f)"$(fgrep -vh \! ~/.newsrc*)"}%:*}}
|
|
|
|
(( ${(w)#_cache_newsgroups} )) && _wanted newsgroups expl 'newsgroup' \
|
|
_multi_parts "$@" -i . _cache_newsgroups
|
|
|