mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-07 23:51:14 +02:00
unposted: Fix mistyped variable name in _opkg
This commit is contained in:
parent
acfa8c113b
commit
951b945279
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-06-24 dana <dana@dana.is>
|
||||
|
||||
* unposted: Completion/Linux/Command/_opkg: Fix mistyped variable
|
||||
name
|
||||
|
||||
2018-06-23 dana <dana@dana.is>
|
||||
|
||||
* 43081: Completion/Darwin/Command/_networksetup: Add networksetup
|
||||
|
|
|
@ -279,7 +279,7 @@ _opkg() {
|
|||
|
||||
if
|
||||
zstyle -t ":completion:*:*:$service:*" cache-persists &&
|
||||
(( ! $+opkg_cache_pkg_all ))
|
||||
(( ! $+_opkg_cache_pkg_all ))
|
||||
then
|
||||
typeset -gaU _opkg_cache_pkg_all
|
||||
typeset -gaU _opkg_cache_pkg_inst
|
||||
|
|
Loading…
Reference in a new issue