=== modified file 'zsh-functions/zsv_eval' --- zsh-functions/zsv_eval 2014-03-03 22:57:32 +0000 +++ zsh-functions/zsv_eval 2014-02-28 22:45:50 +0000 @@ -1,6 +1,5 @@ unset flags typeset -g -A flags handler -typeset -g -a run typeset -g f_run f_log f_check if (( $# )); then @@ -27,8 +26,6 @@ condf() { handler[cond]=$1 } checkf() { handler[check]=$1 } -run=( $zsv_name ) - if (($+functions[zsv_run_${zsv_name%%.*}])); then runf zsv_run_${zsv_name%%.*} fi