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

Re: compinit error when IFS is \n



On Sat, Apr 12, 2025, at 8:52 PM, Avid Seeker wrote:
> See the original discussion I linked:
> https://github.com/gokcehan/lf/discussions/1947

It's unhelpful to say "this doesn't work" and dump two external
discussions that you expect others to comb through, without even
providing a minimal reproducer.

https://github.com/gokcehan/lf/discussions/1947#discussioncomment-12740050

	However, the `set -- $fx` part doesn't work for some
	reason.  It combines all of $fx in $1 as one string.
	Which doesn't make sense for me.

zsh doesn't split variable expansions by default.

-- 
vq




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