diff options
-rw-r--r-- | Completion/Core/_call | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Completion/Core/_call b/Completion/Core/_call deleted file mode 100644 index b038a80bc..000000000 --- a/Completion/Core/_call +++ /dev/null @@ -1,13 +0,0 @@ -#autoload +X - -local tmp - -if zstyle -s ":completion:${curcontext}:${1}" command tmp; then - if [[ "$tmp" = -* ]]; then - eval "$tmp[2,-1]" "$argv[2,-1]" - else - eval "$tmp" - fi -else - eval "$argv[2,-1]" -fi |