=== modified file 'zsh-functions/zsv_parse' --- zsh-functions/zsv_parse 2014-02-14 06:50:32 +0000 +++ zsh-functions/zsv_parse 2014-02-14 06:48:52 +0000 @@ -8,7 +8,7 @@ if [[ $line == [$~IFS]* ]]; then svtab_sh[$name]+=$'\n'$line else - split=( ${(s.:.)line} ) + split=${(s.:.)line} name=$split[1] flags=$split[2] sh=${${line#*:}#*:}