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