This commit is contained in:
Kazuki Suda 2017-10-11 12:02:03 +09:00 committed by Albert Nigmatzianov
parent 4d6af280c7
commit 845c905010

View file

@ -92,7 +92,7 @@ __handle_reply()
cur="${cur#*=}"
${flags_completion[${index}]}
if [ -n "${ZSH_VERSION}" ]; then
# zfs completion needs --flag= prefix
# zsh completion needs --flag= prefix
eval "COMPREPLY=( \"\${COMPREPLY[@]/#/${flag}=}\" )"
fi
fi