about summary refs log tree commit diff
path: root/Completion/Core/_sort_tags
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_sort_tags')
-rw-r--r--Completion/Core/_sort_tags19
1 files changed, 0 insertions, 19 deletions
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