=== modified file 'zsh-functions/zsv_parse' --- zsh-functions/zsv_parse 2014-06-24 14:09:33 +0000 +++ zsh-functions/zsv_parse 2014-06-24 14:08:45 +0000 @@ -45,7 +45,7 @@ fi # read all plain files (or symlinks to) in sv.d -for f in $zsv_svd/*(N-.); do +for f in $zsv_svd/*(-.); do name=$f:t svtab=( $name ) svtab_src[$name]=$f