Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [bug] shwordsplit not working on $@ when $# > 1



On Aug 8, 12:16pm, Stephane Chazelas wrote:
}
} ~$ zsh -o shwordsplit -c 'IFS=:; echo $@' zsh a:b
} a b
} ~$ zsh -o shwordsplit -c 'IFS=:; echo $@' zsh a:b c
} a:b c

Very odd.  Works correctly in zsh-3.0.8, does not in zsh 4.3.17 (I don't
have anything in between with which to test).



Messages sorted by: Reverse Date, Date, Thread, Author