From f23b23e8a31f06fe738b6b2deef2bc33bbe45eac Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 12 Oct 2000 08:28:26 +0000 Subject: remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974) --- Completion/Core/_sort_tags | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Completion/Core/_sort_tags (limited to 'Completion/Core/_sort_tags') diff --git a/Completion/Core/_sort_tags b/Completion/Core/_sort_tags deleted file mode 100644 index d765c0d12..000000000 --- a/Completion/Core/_sort_tags +++ /dev/null @@ -1,19 +0,0 @@ -#autoload - -comptry -m '(|*-)argument-* (|*-)option-* values' -comptry options - -# Some silly examples commented out: -# -# case "$curcontext" in -# *:*:*:kill:*) -# comptry processes -# return 1 # this return ensures that we use only processes -# ;; -# *:*:*:-command-*) -# comptry commands functions -# comptry builtins aliases -# ;; # no return, reserved-words and params after this -# esac - -return 0 -- cgit 1.4.1