commit b628b3fd92d81d6fedf0a43bd377379998546d22
parent ad404be0377358f5ee09ddba28e266c93d34ef11
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 15 Mar 2016 14:32:29 +0100
initialize variables
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh-functions/confz_fileset_init b/zsh-functions/confz_fileset_init
@@ -29,6 +29,7 @@ fileset_reset_cache(){
fileset_stat_cur=
fileset_stat_next_id=1
}
+fileset_reset_cache
# runs zstat on $1 if not already in cache
# the result is available as ${(P)fileset_stat_cur}