mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
moved to Completion/Zsh/Command/_unsetopt
This commit is contained in:
parent
25b503dbb3
commit
0d12a19e2c
1 changed files with 0 additions and 7 deletions
|
@ -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
|
|
Loading…
Reference in a new issue