diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-01-21 16:47:31 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-01-21 16:47:31 +0000 |
commit | f3bf48149a2e86faf35db529d864edd904b52fb4 (patch) | |
tree | b5f242fb53a6c6ec2369ff28288e40895aee9c85 /Completion/Unix/Command/_getmail | |
parent | 5bed084737e328f4fdcea30efe539568a9912e78 (diff) | |
download | zsh-f3bf48149a2e86faf35db529d864edd904b52fb4.tar.gz zsh-f3bf48149a2e86faf35db529d864edd904b52fb4.tar.xz zsh-f3bf48149a2e86faf35db529d864edd904b52fb4.zip |
23117: strip out erroneous commas.
Diffstat (limited to 'Completion/Unix/Command/_getmail')
-rw-r--r-- | Completion/Unix/Command/_getmail | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_getmail b/Completion/Unix/Command/_getmail index 8d6114e4d..32fc1a996 100644 --- a/Completion/Unix/Command/_getmail +++ b/Completion/Unix/Command/_getmail @@ -25,5 +25,3 @@ local -a arguments '(--new -n --all -a)'{--new,-n}'[retrieve only new messages]' ) _arguments -s -S $arguments - -# vim: se ft=zsh tw=80: |