about summary refs log tree commit diff
path: root/Functions/Completion/_command
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_command')
-rw-r--r--Functions/Completion/_command7
1 files changed, 0 insertions, 7 deletions
diff --git a/Functions/Completion/_command b/Functions/Completion/_command
deleted file mode 100644
index b2812de25..000000000
--- a/Functions/Completion/_command
+++ /dev/null
@@ -1,7 +0,0 @@
-#defcomp command
-
-if [[ -position 2 -1 ]]; then
-  _normal "$@"
-else
-  complist -em
-fi