diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-26 14:00:45 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-26 14:00:45 +0000 |
commit | efe55f77a369fa38f8d9ffaf10499f73b441a390 (patch) | |
tree | 0714092385455c19a38c79db36315dae7e69c5ae /Completion/Unix/Command/_pine | |
parent | 727912d1cbbc5593a870941d26f3234d49b45847 (diff) | |
download | zsh-efe55f77a369fa38f8d9ffaf10499f73b441a390.tar.gz zsh-efe55f77a369fa38f8d9ffaf10499f73b441a390.tar.xz zsh-efe55f77a369fa38f8d9ffaf10499f73b441a390.zip |
new vnc completion and use _guard for pine completion (14112)
Diffstat (limited to 'Completion/Unix/Command/_pine')
-rw-r--r-- | Completion/Unix/Command/_pine | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_pine b/Completion/Unix/Command/_pine index bed8a32f3..8eb49fe6a 100644 --- a/Completion/Unix/Command/_pine +++ b/Completion/Unix/Command/_pine @@ -31,11 +31,11 @@ _arguments -C -s \ "($opts $idx -url)-attach_and_delete[go to composer, attach file, delete when finished]:file:_files" \ "($opts $idx $send)-url[open the given URL]:url:->url" \ "($opts $send)-f+[specify mailbox to load]:mailbox: _mailboxes" \ - "($opts $send)-c+[specify context to apply to -f arg]:number" \ + "($opts $send)-c+[specify context to apply to -f arg]:number:_guard '[0-9]#'" \ "($opts $send)-sort[specify sort order of folder]:sort order:(${(j: :)sortorder})" \ "($opts $send)-i[go directly to index, bypassing main menu]" \ "($opts $send)-I+[specify initial keystrokes to be executed]:keystrokes" \ - "($opts $send)-n+[entry in index to begin on]:number" \ + "($opts $send)-n+[entry in index to begin on]:number:_guard '[0-9]#'" \ "($opts $send)-o[open first folder read-only]" \ "(-F -h)-r[restricted - can only send mail to oneself]" \ "(${opts#-F})-k[force use of function keys]" \ |