Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Possible bug in completion?
- X-seq: zsh-users 5004
- From: Alan Third <alan@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Possible bug in completion?
- Date: Wed, 29 May 2002 00:37:02 +0100
- Mail-followup-to: Alan Third <alan@xxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I'm using the debian zsh-beta package:
zsh 4.1.0-dev-4 (i686-pc-linux-gnu)
and I came across this little thing...
If I type something like:
for FILE in /v/o/in/so<tab>
Then that completes to:
for FILE in /var/oscar/incoming/sounds/
Which is right. But if I try and do the same thing again zsh seg
faults. I tried using zsh -f, and once compinit is loaded the above
still occurs:
grover:/home/alan>zsh -f
grover% autoload -U compinit
grover% compinit
grover% for FILE in /var/oscar/incoming/sounds/* ;do;done
grover% for FILE in /v/o/in/sozsh: segmentation fault zsh -f
If it's any help, /var/oscar is mounted using nfs from a remote
machine...
--
Alan Third
Messages sorted by:
Reverse Date,
Date,
Thread,
Author