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

_zarun:1: can't change option: vi



Hi, I've observed the following issue with zargs, reproducible using the steps below:

% exec zsh -f -o vi
% autoload -Uz zargs
% zargs -- foo bar
_zarun:1: can't change option: vi
foo bar

I'm using zsh 5.9. I'm aware bindkey -v is preferred over set -o vi, and the issue is not present when using the former. This issue has been reported by users of our script still using the latter, in https://github.com/zimfw/zimfw/issues/545 

Is this something that needs to be fixed or an expected side effect of still using the vi option?

Kind regards,
Eric



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