1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

11861: Completion/User/_cvs: fix -a use for compadd.

This commit is contained in:
Tanaka Akira 2000-06-11 07:06:34 +00:00
parent 060ac27a17
commit 422c08622c
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2000-06-11 Tanaka Akira <akr@zsh.org>
* 11861: Completion/User/_cvs: fix -a use for compadd.
2000-06-10 Bart Schaefer <schaefer@zsh.org>
* 11850: Src/Zle/complist.c: Don't try to menuselect in a listing

@ -813,7 +813,7 @@ _cvs_nonexisting_entries () {
${${${${(M)${(f)"$(<"$realdir"CVS/Entries)"}:#(D|)/*}#(D|)/}%%/*}:#${(j:|:)~${files//(#m)[][*?()<|^~#\\]/\\$MATCH}}}
)
compquote files
_wanted files expl file compadd -Qp -a linedir files
_wanted files expl file compadd -Qp "$linedir" -a files
}
}