about summary refs log tree commit diff
path: root/Completion/Core/_call
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_call')
-rw-r--r--Completion/Core/_call2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Core/_call b/Completion/Core/_call
index b038a80bc..602e513ff 100644
--- a/Completion/Core/_call
+++ b/Completion/Core/_call
@@ -11,3 +11,5 @@ if zstyle -s ":completion:${curcontext}:${1}" command tmp; then
 else
   eval "$argv[2,-1]"
 fi
+
+return $?