Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: can't complete .. paths with 4.2.3
- X-seq: zsh-users 8439
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: can't complete .. paths with 4.2.3
- Date: Sat, 29 Jan 2005 18:39:04 +0000
- In-reply-to: <44613de00501280825265c7f4a@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <44613de005012718295387a145@xxxxxxxxxxxxxx> <1050128030646.ZM11582@xxxxxxxxxxxxxxxxxxxxxxx> <44613de00501280825265c7f4a@xxxxxxxxxxxxxx>
On Jan 28, 11:25am, Shawn Halpenny wrote:
} Subject: Re: can't complete .. paths with 4.2.3
}
} I tried completing 'echo ../' with trace enabled and noticed that tmp1
} after the call to compfiles (line 345 of _path_files) was empty,
} whereas on Cygwin, it had the list of files in the parent dir.
Do you have any zstyles set at all? Put another way, have you tried
reproducing this with 'zsh -f' (running autoload and compinit by hand)?
The only obvious reason that compfiles would behave that way at that
particular spot is if the "fake-files" style were set to something.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author