diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_newsgroups | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/User/_newsgroups b/Completion/User/_newsgroups deleted file mode 100644 index 74e878d11..000000000 --- a/Completion/User/_newsgroups +++ /dev/null @@ -1,9 +0,0 @@ -#autoload - -local expl - -: ${(A)_cache_newsgroups:=${${(f)"$(fgrep -vh \! ~/.newsrc*)"}%:*}} - -(( ${(w)#_cache_newsgroups} )) && _wanted newsgroups expl 'newsgroup' \ - _multi_parts "$@" -i . _cache_newsgroups - |