diff options
author | Eric Cook <illua@users.sourceforge.net> | 2017-12-25 21:15:24 -0500 |
---|---|---|
committer | Eric Cook <illua@users.sourceforge.net> | 2018-01-02 14:38:03 -0500 |
commit | 99cf61fd4211dcb99142f683230947481c05eb93 (patch) | |
tree | c834f5f0880cc6b5dbafed2828e3800b235c7506 /Completion/Unix/Command/_yp | |
parent | 3c24adb2edcf8c7cd36e7bb90add9611f37f48d4 (diff) | |
download | zsh-99cf61fd4211dcb99142f683230947481c05eb93.tar.gz zsh-99cf61fd4211dcb99142f683230947481c05eb93.tar.xz zsh-99cf61fd4211dcb99142f683230947481c05eb93.zip |
42171: prevent parameters of various parameters from becoming global
Diffstat (limited to 'Completion/Unix/Command/_yp')
-rw-r--r-- | Completion/Unix/Command/_yp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_yp b/Completion/Unix/Command/_yp index 104a0b4df..b7619a02e 100644 --- a/Completion/Unix/Command/_yp +++ b/Completion/Unix/Command/_yp @@ -1,6 +1,6 @@ #compdef ypcat ypmatch yppasswd ypwhich ypset ypserv ypbind yppush yppoll ypxfr domainname -local curcontext="$curcontext" line state expl ret=1 +local curcontext="$curcontext" line state expl ret=1 _yp_cache_nicks _yp_args typeset -A opt_args if (( ! $+_yp_cache_maps )); then |