1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

zsh-workers/9775

This commit is contained in:
Tanaka Akira 2000-02-17 14:09:51 +00:00
parent 97cb373efc
commit 465430918a

View file

@ -288,6 +288,7 @@ for prepath in "$prepaths[@]"; do
# See which of them match what's on the line.
if [[ -n "$_comp_correct" ]]; then
tmp2=( "$tmp1[@]" )
builtin compadd -D tmp1 -F _comp_ignore "$matcher[@]" - "${(@)tmp1:t}"
if [[ $#tmp1 -eq 0 ]]; then