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 e9db6c43a..000000000
--- a/Functions/Completion/__set
+++ /dev/null
@@ -1,7 +0,0 @@
-#function  set
-
-if [[ -mcurrent -1 [-+]o ]]; then
-  complist -o
-elif [[ -current -1 -A ]]; then
-  complist -A
-fi