about summary refs log tree commit diff
path: root/Completion/Unix/Command/_global_tags
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-08-22 16:30:28 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-08-22 16:30:28 +0000
commit2270746356368eb20676bbfb26c82c2a06e694ec (patch)
tree90c91d1100d1145c9d7e6b16cd786b94f1f92f3f /Completion/Unix/Command/_global_tags
parent2fe227ff13556508ed844e8996c8c3bc8401a4a3 (diff)
downloadzsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.gz
zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.xz
zsh-2270746356368eb20676bbfb26c82c2a06e694ec.zip
tidy up of many completions (updates, fixes, improvements and plain aesthetics)
Diffstat (limited to 'Completion/Unix/Command/_global_tags')
-rw-r--r--Completion/Unix/Command/_global_tags9
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/Unix/Command/_global_tags b/Completion/Unix/Command/_global_tags
deleted file mode 100644
index bdd01baf6..000000000
--- a/Completion/Unix/Command/_global_tags
+++ /dev/null
@@ -1,9 +0,0 @@
-#autoload
-
-local globalresults
-
-[[ -z $words[CURRENT] ]] && return 1
-
-globalresults=($(global --completion $words[CURRENT]))
-
-compadd -M 'm:{a-zA-Z}={A-Za-z}' -a "$@" - globalresults