Explorar el Código

fix completion problem on zsh

pull/17/head
Yamashita Yuu hace 11 años
padre
commit
e9db2caace
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      completions/pyenv.zsh

+ 1
- 1
completions/pyenv.zsh Ver fichero

@ -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}")

Cargando…
Cancelar
Guardar