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

Re: tab completion bug?



On Thu, 23 Oct 2014 08:39:16 -0400
TJ Luoma <luomat@xxxxxxxxx> wrote:

> On Thu, Oct 23, 2014 at 8:31 AM, Peter Stephenson
> <p.stephenson@xxxxxxxxxxx> wrote:
> > What does
> >
> > echo $sites
> >
> > output?
>
> /Users/luomat/Dropbox/sites
> 
> > If it looks sane, does
> >
> > [[ -d $sites ]] || echo yes
> >
> > say "yes"?
> 
> It does not.

(which is the right answer, sorry.)

And "ls $sites" looks OK?

And

echo /Users/luomat/Dropbox/sites/<TAB>

produces sensible results?

If nothing there looks funny, try

echo $sites/^X?

and send the debug file that results from that.

pws



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