From 069d123c8ecc112f7927f1bd624722f0fe6b3ddd Mon Sep 17 00:00:00 2001 From: Romain Bossart Date: Thu, 13 Dec 2018 09:11:33 +0100 Subject: [PATCH] _brew | fix comments --- completions/zsh/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 4db3878dae..baf8e79d07 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -39,7 +39,7 @@ __brew_formulae_or_ruby_files() { 'files:files:{_files -g *.rb}' } -# completions are cached as long as homebrew does have new commits +# completions remain in cache until any tap has new commits __brew_completion_caching_policy() { # rebuild cache if no cache file exists (anyway we cannot proceed further down) ! [[ -f "$1" ]] && return 0