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

Re: Correction Bug in Beta 17



> Obviously, the default sprompt needs changing; you shouldn't need to
> spend several hours debugging just because you've changed your options.
> 
> There seems to be another bug hiding here somewhere.
> 
> % setopt correct
> % ks
> zsh: correct 'ks' to 'ms' [nyae]? y
> zsh: permission denied: ms
> % which ms
> % 

That's not really a bug.  The command hash table contains every file in the
path even non-executable files.

Zoltan




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