From 8b603585aaaec62243433b8dc915f2e590d6ab48 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:13:39 +0000 Subject: moved to Completion/Base/Utility/_call_program --- Completion/Core/_call | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Completion/Core/_call (limited to 'Completion/Core/_call') 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 -- cgit 1.4.1