=== modified file 'zsh-functions/zsv_generic' --- zsh-functions/zsv_generic 2014-06-20 17:09:43 +0000 +++ zsh-functions/zsv_generic 2014-05-27 12:59:30 +0000 @@ -1,5 +1,4 @@ -zsv_write_scriptnames - +#zsv_hooks prepare || exit $? if [[ -n $zsv_su_user ]] then === removed file 'zsh-functions/zsv_write_scriptnames' --- zsh-functions/zsv_write_scriptnames 2014-06-20 17:09:43 +0000 +++ zsh-functions/zsv_write_scriptnames 1970-01-01 00:00:00 +0000 @@ -1,14 +0,0 @@ -local -A loaded -local ffile fname - -for ffile in $^fpath/*(.N); do - fname=$ffile:t - if (($+functions[$fname])) && \ - [[ $functions[$fname] != 'builtin autoload -XU' ]] && \ - ! (($+loaded[$fname])); then - loaded[$fname]=$ffile - fi -done - -print -rl - $loaded >$zsv_dir/run.files -# vim: ft=zsh noet ts=4 sts=4 sw=4