From 290ab11885d7a3beb1b4158b4d8e6e5ed2b33e11 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 11 Dec 2011 17:48:26 +0000 Subject: discussed in 29984: use m+7 for files more than a week old --- Doc/Zsh/compsys.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 54c0d5db8..01c8625fc 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3970,7 +3970,7 @@ Example: example(_example_caching_policy () { # rebuild if cache is more than a week old local -a oldp - oldp=( "$1"(Nmw+1) ) + oldp=( "$1"(Nm+7) ) (( $#oldp )) }) ) -- cgit 1.4.1