diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:31:50 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:31:50 +0000 |
commit | 0d12a19e2c05924e7f545ec4a5012272d4c551fc (patch) | |
tree | f34b177237aa6dfad320e1dd58a1e01146bd1b81 /Completion | |
parent | 25b503dbb39f86bd7d2214487fc1c9be2c0adf69 (diff) | |
download | zsh-0d12a19e2c05924e7f545ec4a5012272d4c551fc.tar.gz zsh-0d12a19e2c05924e7f545ec4a5012272d4c551fc.tar.xz zsh-0d12a19e2c05924e7f545ec4a5012272d4c551fc.zip |
moved to Completion/Zsh/Command/_unsetopt
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Builtins/_unsetopt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Builtins/_unsetopt b/Completion/Builtins/_unsetopt deleted file mode 100644 index 90d642b51..000000000 --- a/Completion/Builtins/_unsetopt +++ /dev/null @@ -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 |