From 102f2aec1e0dd31296a3bba5668b88d0113d2c80 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Thu, 22 Jan 2015 01:23:18 +0900 Subject: 34327: fix cache identifier used in _cache_invalid --- Completion/Unix/Type/_perl_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Type/_perl_modules b/Completion/Unix/Type/_perl_modules index 1b61043e7..d27a7f7af 100644 --- a/Completion/Unix/Type/_perl_modules +++ b/Completion/Unix/Type/_perl_modules @@ -71,7 +71,7 @@ _perl_modules () { perl_modules=_unknown_perl_modules$with_pod fi - if ( [[ ${(P)+perl_modules} -eq 0 ]] || _cache_invalid $perl_modules ) && + if ( [[ ${(P)+perl_modules} -eq 0 ]] || _cache_invalid ${perl_modules#_} ) && ! _retrieve_cache ${perl_modules#_}; then if zstyle -t ":completion:${curcontext}:modules" try-to-use-pminst && -- cgit 1.4.1