Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion with a directory which contains a backslash
- X-seq: zsh-workers 10899
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: completion with a directory which contains a backslash
- Date: 25 Apr 2000 00:18:06 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I found that completion has a problem when a directory contains a
backslash.
Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D
serein% mkdir -p \\a/b/c
serein% ls \\a/<TAB>
->
serein% ls \\a/b
This should be following.
serein% ls \\a/b/
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author