Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unique partial completion
- X-seq: zsh-workers 3171
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: Anthony.Iano-Fletcher@xxxxxxxxxxxxxxxxx (Anthony Iano-Fletcher)
- Subject: Re: unique partial completion
- Date: Fri, 30 May 1997 17:15:16 +0100 (BST)
- Cc: Zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199705301253.IAA13029@xxxxxxxxxxxxxxxxx> from "Anthony Iano-Fletcher" at May 30, 97 08:53:51 am
Anthony Iano-Fletcher wrote:
> argo% ls mod
>
>as it should (there are lots of mod* files) but there are no beeps
>or completion lists to indicate that this completion is incomplete.
The indication that the completion is incomplete is that a space is
not inserted. If you had a file called mod, you would get
argo% ls mo<TAB>
argo% ls mod _
whereas you are actually getting
argo% ls mo<TAB>
argo% ls mod_
which indicates that the word isn't finished yet.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author