1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00

moved to Completion/Zsh/Command/_unsetopt

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:31:50 +00:00
parent 25b503dbb3
commit 0d12a19e2c

@ -1,7 +0,0 @@
#defcomp 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