Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: per-match-display-strings
- X-seq: zsh-workers 7839
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: per-match-display-strings
- Date: 15 Sep 1999 21:43:34 +0900
- In-reply-to: Sven Wischnowsky's message of "Tue, 14 Sep 1999 16:43:05 +0200 (MET DST)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199909141443.QAA29594@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199909141443.QAA29594@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> This adds the `-d' and `-l' options to `compadd'.
I found a problem with this.
Script started on Wed Sep 15 21:40:00 1999
$ Src/zsh -f
is27e1u11% echo $$ > /tmp/zsh.pid
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% zmodload complist
is27e1u11% _tst () { compadd -d $'(a\\\n b)' c d }
is27e1u11% tst <TAB>
This produces infinite spaces...
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author