reformat completion
This commit is contained in:
parent
b97fdec199
commit
f62750cdbc
1 changed files with 16 additions and 15 deletions
|
|
@ -69,6 +69,7 @@ _zpass_completion()
|
|||
COMPREPLY=("${WORDS[@]}")
|
||||
fi
|
||||
fi
|
||||
return
|
||||
|
||||
else
|
||||
|
||||
|
|
@ -89,7 +90,7 @@ _zpass_completion()
|
|||
else
|
||||
COMPREPLY=("${WORDS[@]}")
|
||||
fi
|
||||
|
||||
[ ${#COMPREPLY[@]} -eq 0 ] && _filedir
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue