Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in spell correction of directories for cd
- X-seq: zsh-workers 24970
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in spell correction of directories for cd
- Date: Thu, 8 May 2008 01:32:34 +0200
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
This has annoyed me from some time, but spell corrections of directories
doesn't work correctly. I think it doesn't take the cdpath into account
or something like that. For instance:
prunille:~tmp> cd wd/db
zsh: correct 'wd/db' to 'wc/b' [nyae]? y
cd: not a directory: wc/b
zsh: exit 1
prunille:~tmp[1]> cd wd/db
zsh: correct 'wd/db' to 'wc/b' [nyae]? n
~/wd/db
prunille:~/wd/db>
Note that in ~tmp, there is a directory wc and a file b (which is not
a directory) in wc.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author