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

Re: 8-bit patch for zle_tricky.c



>I do not think so.  Neither bash nor ksh93 does this.  Look:
>
>% ksh
>$ count () { echo $# ; }
>$ IFS=/
>$ count as/df/gh
>1
>
>SH_WORD_SPLIT only changes the result of substitutions.

Hmm.  ksh doesn't field split there, but sh does.  I think we should
eventually have an option to emulate this, but it's not essential.

-zefram




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