diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2005-12-19 20:24:20 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-12-19 20:24:20 +0000 |
| commit | 95af03ac654d6fed95d48f217494faec6a2a8fa8 (patch) | |
| tree | 7a9b8d9392b95cb80d5862a93b8bdaec52bc322f /Completion/Redhat/Command | |
| parent | 22082: print out uid or gid in stat if name not available (diff) | |
| download | zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.tar zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.tar.gz zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.tar.bz2 zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.tar.lz zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.tar.xz zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.tar.zst zsh-95af03ac654d6fed95d48f217494faec6a2a8fa8.zip | |
unposted: updated _yum from Scott Murray
Diffstat (limited to 'Completion/Redhat/Command')
| -rw-r--r-- | Completion/Redhat/Command/_yum | 51 |
1 files changed, 38 insertions, 13 deletions
diff --git a/Completion/Redhat/Command/_yum b/Completion/Redhat/Command/_yum index 632cd0a0d..8988b43d7 100644 --- a/Completion/Redhat/Command/_yum +++ b/Completion/Redhat/Command/_yum @@ -5,8 +5,6 @@ _yum() { local curcontext="$curcontext" state lstate line - local comp_num='compadd "$expl[@]" -S0 -r "0-9" - ""' - _arguments -s \ {-h,--help}'[show the help message]' \ |
