about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/User/_newsgroups9
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
-