Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tilde quoting.
- X-seq: zsh-workers 6963
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: tilde quoting.
- Date: 04 Jul 1999 10:38:53 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
% zsh -f
is27e1u11% echo $ZSH_VERSION
3.1.5-pws-25
is27e1u11% autoload -U compinit; compinit -D
is27e1u11% mkdir -p ~/tst/a.b
is27e1u11% touch ~/tst/a.b/c
is27e1u11% ls ~/tst/a/<TAB>
Then, the command line is expanded as follows.
is27e1u11% ls \~/tst/a.b/c
Hm. The tilde is quoted.
I think it's a bug.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author