Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh CORRECT option is unaware of AUTO_CD and CDABLE_VARS
- X-seq: zsh-workers 44711
- From: Cameron Steffen <cam.steffen94@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Zsh CORRECT option is unaware of AUTO_CD and CDABLE_VARS
- Date: Mon, 26 Aug 2019 08:59:10 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=h+4MEftQpOeryqGFCX42gJqF7SS15qyi48N2uD3i2MI=; b=JsFV5W+gWfbxsWVqGZhLru27lVLC9gdFd5nr+BTuXPQxjT45BeqD/s3rLM3sQ0heCA PY3hYyD9DbSC5ZzVGF5nd1zD+/UdFplKhFbTCFe9hot3IkHeK0IVyjJ4ouqh6S47PPMu jEO42gkZAe25BDnUBrRMr0P3vw4bDx5BhBqMF2X1REA5UWbG3kGob8Q7UUS5EHY9FRXI tKxgzQWCakz1Fq5B2emY9WJ8ko1E8O4PUK0edXVQVlyASVQ/UyYxucQkUEH1PqaY9+yF jf+Zlycg+OgOfSNVSnjmXkJqDlZF0ebgOLUbQis/LCuSj65OXdLxsx3NenAJV96dUMSt CY1w==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
Copied from my question here:
https://unix.stackexchange.com/questions/537111/zsh-correct-option-is-unaware-of-auto-cd-and-cdable-vars
Is there a way to make the CORRECT option aware of AUTO_CD and
CDABLE_VARS? In this example, I would expect correction to not be
triggered. Could this be a bug?
> setopt autocd
> setopt cdablevars
> setopt correct
> vimz=/var
> vimz
zsh: correct 'vimz' to 'vim' [nyae]?
Thanks,
Cameron
Messages sorted by:
Reverse Date,
Date,
Thread,
Author