about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:01:47 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:01:47 +0000
commitd3a055f5244b0e589d88bbd2759555ce37e87158 (patch)
treee34725048456e4f3d20246290a4143447a0d3f22 /Completion/User
parentcf3107f6b6d7eb68288f9329700f22b82670263b (diff)
downloadzsh-d3a055f5244b0e589d88bbd2759555ce37e87158.tar.gz
zsh-d3a055f5244b0e589d88bbd2759555ce37e87158.tar.xz
zsh-d3a055f5244b0e589d88bbd2759555ce37e87158.zip
moved to Completion/Unix/Command/_slrn
Diffstat (limited to 'Completion/User')
-rwxr-xr-xCompletion/User/_slrn16
1 files changed, 0 insertions, 16 deletions
diff --git a/Completion/User/_slrn b/Completion/User/_slrn
deleted file mode 100755
index a063e227c..000000000
--- a/Completion/User/_slrn
+++ /dev/null
@@ -1,16 +0,0 @@
-#compdef slrn
-
-_arguments \
-    '-n[do not check for new groups]' \
-    '-h[NNTP host]:NNTP host:_hosts' \
-    '-p[NNTP port]:NNTP port:_ports' \
-    '-f[name of the newsrc file to use]:the newsrc file to use:_files' \
-    '-C[use colors]' \
-    '-create[create a newsrc file by getting list of groups from server]' \
-    '-d[get new text descriptions of each group from server]' \
-    '-i[name of initialization file to use]:initialization file to use:_files' \
-    '-D-[add predefined preprocessing token]' \
-    '-k[do not process score file]' \
-    '-k0[process score file but inhibit expensive scores]' \
-    '-a[use active file for getting new news]' \
-    '-m[force XTerm mouse reporting]'