about summary refs log tree commit diff
path: root/Completion/User/_tin
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-02-08 17:50:26 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-02-08 17:50:26 +0000
commit5723d260c0928b85989bfde7b48f26acf2d9f8c5 (patch)
treed305429682529f33792354265f39cc16ad736546 /Completion/User/_tin
parent14d2dae44c6ccc408ee2f7b558ea31f28b2b5936 (diff)
downloadzsh-5723d260c0928b85989bfde7b48f26acf2d9f8c5.tar.gz
zsh-5723d260c0928b85989bfde7b48f26acf2d9f8c5.tar.xz
zsh-5723d260c0928b85989bfde7b48f26acf2d9f8c5.zip
add completion for newsgroups (13448)
Diffstat (limited to 'Completion/User/_tin')
-rw-r--r--Completion/User/_tin2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_tin b/Completion/User/_tin
index 2441acf1f..21525c35d 100644
--- a/Completion/User/_tin
+++ b/Completion/User/_tin
@@ -34,7 +34,7 @@ _arguments -C -s \
   "-X[don't save any files on quit]" \
   '-z[start if any unread news]' \
   '-Z[return status to indicate if any unread news]' \
-  '::newsgroup' && return 0
+  '::newsgroup:_newsgroups' && return 0
 
 if [[ "$state" = newshosts ]]; then
   newshosts=( ${${(f)"$(<~/.tin/newsrctable)"}%%\#*} ) 2>/dev/null