1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/User/_newsgroups
2001-02-08 17:50:26 +00:00

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