Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Documentation error



Hi All,

Is the following an error in the documentation from man zshcompsys:

      _example_caching_policy () {
	     # rebuild if cache is more than a week old
	     local -a oldp
	     oldp=( "$1"(Nmw+1) )
	     (( $#oldp ))
	 }

Technically won't this rebuild the cache if it's more than TWO weeks
old? "$1"(Nmw+0) seems to do one week old for me,

GI

-- 
A gossip is someone with a great sense of rumor.



Messages sorted by: Reverse Date, Date, Thread, Author