diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-13 18:42:13 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-13 18:42:13 +0000 |
commit | d7417bdc0e500fff5f6890c3ee1f70dff54c3f18 (patch) | |
tree | e6ac600aaa0d17e38a2515ee474bb4f92541a94d /Completion/Base/Utility | |
parent | 25b8a1a4b1fe09ab4ee0a12ff94d4162352ef9e1 (diff) | |
download | zsh-d7417bdc0e500fff5f6890c3ee1f70dff54c3f18.tar.gz zsh-d7417bdc0e500fff5f6890c3ee1f70dff54c3f18.tar.xz zsh-d7417bdc0e500fff5f6890c3ee1f70dff54c3f18.zip |
add completion for common MUAs and a couple of minor fixes (13982)
Diffstat (limited to 'Completion/Base/Utility')
-rw-r--r-- | Completion/Base/Utility/_multi_parts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Utility/_multi_parts b/Completion/Base/Utility/_multi_parts index 6f6ef12f2..d0e69b990 100644 --- a/Completion/Base/Utility/_multi_parts +++ b/Completion/Base/Utility/_multi_parts @@ -7,7 +7,7 @@ # The parts of words from the array that are separated by the # separator character are then completed independently. -local sep pref npref i tmp2 group expl menu pre suf opre osuf cpre +local sep pref npref i tmp2 group expl menu pre suf opre osuf orig cpre local opts sopts matcher imm typeset -U tmp1 matches |