Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab completion list does not complete dot files
- X-seq: zsh-users 11529
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: "t takahashi" <gambarimasu@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: tab completion list does not complete dot files
- Date: Sun, 03 Jun 2007 14:54:49 +0100
- In-reply-to: Message from "t takahashi" <gambarimasu@xxxxxxxxx> of "Sat, 02 Jun 2007 15:43:47 PDT." <4b2fa9b00706021543v13e02d1k710b776c2ad7b806@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
"t takahashi" wrote:
> > You can make the *entire* completion system do this by putting
>
> entire? is that important?
There's a lot of it.
> > the following code in your initialisation file after you run "compinit":
> >
> > _comp_options+=(globdots)
>
> i had no idea what you were talking about, because compinit said command not
> found
So you weren't at that point using the new completion system. That's
why I asked.
> now it doesn't complete symlinks even when the symlinks are partly
> typed.
Not only should it complete symbolic links, I can't offhand think of a
way to get it *not* to. Does this apply to all symbolic links, or only
symbolic links that don't point at an existing file, or only symbolic
links that begin with a dot, or something else?
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author