about summary refs log tree commit diff
path: root/Functions/Completion/_set
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_set')
-rw-r--r--Functions/Completion/_set7
1 files changed, 0 insertions, 7 deletions
diff --git a/Functions/Completion/_set b/Functions/Completion/_set
deleted file mode 100644
index e3069f134..000000000
--- a/Functions/Completion/_set
+++ /dev/null
@@ -1,7 +0,0 @@
-#defcomp  set
-
-if [[ -mcurrent -1 [-+]o ]]; then
-  complist -o
-elif [[ -current -1 -A ]]; then
-  complist -A
-fi