diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-11 16:14:58 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-11 16:14:58 +0000 |
| commit | a39eb7948ee559d7aef6010a496ba0c1c1f24549 (patch) | |
| tree | df3cad6f14a2cc0fd745628912df6cd6d0200638 /Completion/Core | |
| parent | _call should pass on the return code from the called command (11327) (diff) | |
| download | zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.tar zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.tar.gz zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.tar.bz2 zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.tar.lz zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.tar.xz zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.tar.zst zsh-a39eb7948ee559d7aef6010a496ba0c1c1f24549.zip | |
Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)
Diffstat (limited to 'Completion/Core')
| -rw-r--r-- | Completion/Core/_call | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Completion/Core/_call b/Completion/Core/_call index 602e513ff..b038a80bc 100644 --- a/Completion/Core/_call +++ b/Completion/Core/_call @@ -11,5 +11,3 @@ if zstyle -s ":completion:${curcontext}:${1}" command tmp; then else eval "$argv[2,-1]" fi - -return $? |
