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 deaabdb1f..000000000
--- a/Functions/Completion/__command
+++ /dev/null
@@ -1,7 +0,0 @@
-#function command
-
-if [[ -position 2 -1 ]]; then
-  compsub
-else
-  complist -em
-fi