diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-03-26 16:52:58 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-03-26 16:52:58 +0000 |
| commit | a9293199ec03d0a941504b06b3f4f07d97626fef (patch) | |
| tree | d4cee2058fd1f8ac3a04444464301631644e93d7 /Completion/Unix | |
| parent | 18389: new for and select tests (diff) | |
| download | zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.gz zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.bz2 zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.lz zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.xz zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.zst zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.zip | |
18390: tidy up _prcs and update _xmlsoft for latest xsltproc version
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_prcs | 239 | ||||
| -rw-r--r-- | Completion/Unix/Command/_xmlsoft | 6 |
2 files changed, 117 insertions, 128 deletions
diff --git a/Completion/Unix/Command/_prcs b/Completion/Unix/Command/_prcs index c5a5313b1..29a1c8652 100644 --- a/Completion/Unix/Command/_prcs +++ b/Completion/Unix/Command/_prcs @@ -1,11 +1,17 @@ #compdef prcs +local curcontext="$curcontext" state line subcmds +typeset -A opt_args |
