Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion of files containing backslashed tilde doesn't work?
- X-seq: zsh-workers 688
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: hniksic@xxxxxxx
- Subject: Re: Completion of files containing backslashed tilde doesn't work?
- Date: Tue, 12 Dec 1995 22:28:15 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- In-reply-to: <199512122203.XAA11557@xxxxxxxxxxxxx> from "Hrvoje Niksic" at Dec 12, 95 11:03:15 pm
>It seems that completion of filenames containing tilde doesn't work.
>Take this sequence:
>jagor% touch '~klklkl'
>jagor% ls
>~klklkl
>jagor% echo \~[TAB]
>and it tries to complete usernames on my host.
Basically completion is broken w.r.t. quoting. It's one of the things
I plan to work on eventually. I have some major compctl changes to
implement first, after my last batch of compctl changes is fully
integrated into the baseline (presumably next beta).
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author