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

Re: unique partial completion



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