about summary refs log tree commit diff
path: root/Functions/Completion/__unsetopt
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/__unsetopt')
-rw-r--r--Functions/Completion/__unsetopt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Functions/Completion/__unsetopt b/Functions/Completion/__unsetopt
deleted file mode 100644
index c9a074d9b..000000000
--- a/Functions/Completion/__unsetopt
+++ /dev/null
@@ -1,7 +0,0 @@
-#function unsetopt
-
-local nm=$NMATCHES
-
-complist -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' \
-         -s '$({ unsetopt kshoptionprint; setopt } 2>/dev/null)'
-[[ -nmatches nm ]] && complist -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' -o