Ver a proveniência

fix completion problem on zsh

pull/17/head
Yamashita Yuu há 11 anos
ascendente
cometimento
e9db2caace
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      completions/pyenv.zsh

+ 1
- 1
completions/pyenv.zsh Ver ficheiro

@ -11,7 +11,7 @@ _pyenv() {
if [ "${#words}" -eq 2 ]; then
completions="$(pyenv commands)"
else
completions="$(pyenv completions "${words[2,-1]}")"
completions="$(pyenv completions "${words[2,-2]}")"
fi
reply=("${(ps:\n:)completions}")

Carregando…
Cancelar
Guardar