mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
zsh-3.1.5-pws-9
This commit is contained in:
parent
ba4f5e80ec
commit
b4a5b9db8b
99 changed files with 3672 additions and 478 deletions
7
Functions/Completion/_unsetopt
Normal file
7
Functions/Completion/_unsetopt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#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…
Add table
Add a link
Reference in a new issue