Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compinit error when IFS is \n
- X-seq: zsh-workers 53460
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Avid Seeker <avidseeker@xxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: compinit error when IFS is \n
- Date: Thu, 10 Apr 2025 14:19:21 -0700
- Archived-at: <https://zsh.org/workers/53460>
- In-reply-to: <D91O58LD38KJ.CLO5X66T4DSZ@disroot.org>
- List-id: <zsh-workers.zsh.org>
- References: <D91O58LD38KJ.CLO5X66T4DSZ@disroot.org>
On Tue, Apr 8, 2025 at 5:07 PM Avid Seeker <avidseeker@xxxxxxxxxxx> wrote:
>
> . ~/.local/share/zsh/plugged/zsh-autosuggestions/zsh-autosuggestions.zsh
The zsh-workers list does not maintain the zsh-autosuggestions
project. Opening the github issue for them was the correct thing to
do.
> IFS=$'\n'
Why would you do that?
> autoload -Uz compinit; compinit
compinit itself has had internal defensive programming for unexpected
values of IFS since at least 2016.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author