=== modified file 'zsh-functions/zsv_parse' --- zsh-functions/zsv_parse 2014-02-14 06:52:22 +0000 +++ zsh-functions/zsv_parse 2014-02-14 06:50:32 +0000 @@ -11,11 +11,7 @@ split=( ${(s.:.)line} ) name=$split[1] flags=$split[2] - if (( $#split >= 3 )); then - sh=${${line#*:}#*:} - else - unset sh - fi + sh=${${line#*:}#*:} svtab+=$name svtab_flags[$name]=${flags:-$zsv_default_flags}