Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.1.5-pws-17: completion filenames with blanks problem
- X-seq: zsh-workers 6279
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: 3.1.5-pws-17: completion filenames with blanks problem
- Date: Fri, 14 May 1999 13:31:45 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I know, pws-18 is out, but there is nothing that mentiones similar problem
there:
bor@itsrm2:/tools/src/zsh-3.1.5-pws-17/Completion%> zsh -f
itsrm2% fpath=($PWD/*)
itsrm2% . Core/compinit
itsrm2% compconf correct_accept='2n'
itsrm2% compconf match_original='yes'
itsrm2% compconf completer='_complete:_match'
itsrm2% compconf dumpfile='/home/bor/.zsh.d/Completion/Core/compinit.dump'
itsrm2% compconf correct_prompt='correct to:'
itsrm2% cd /a1/Microsoft/IE5/IE5.0 Security Updates/
itsrm2% cd /a/M/I/I<TAB>
itsrm2% cd /a1/Microsoft/IE5/IE5.0 Security Updates/
^ ^
blanks are not quoted. Builtin completion is O.K.
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author