diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:30:26 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:30:26 +0000 |
commit | 3639f3ec94e9d55aedc315f410b85b4acfa3d299 (patch) | |
tree | 3f747e1f8f095c633e5c816fac322c2b18372e85 | |
parent | 9dfe990c281fa807147c6db0e6ef1687cae1c903 (diff) | |
download | zsh-3639f3ec94e9d55aedc315f410b85b4acfa3d299.tar.gz zsh-3639f3ec94e9d55aedc315f410b85b4acfa3d299.tar.xz zsh-3639f3ec94e9d55aedc315f410b85b4acfa3d299.zip |
moved to Completion/Zsh/Command/_setopt
-rw-r--r-- | Completion/Builtins/_setopt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Builtins/_setopt b/Completion/Builtins/_setopt deleted file mode 100644 index 4abb3ccee..000000000 --- a/Completion/Builtins/_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 |