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:
parent
97cb373efc
commit
465430918a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue