Explorar el Código

Do not quote completions in $reply

With an empty list of completions, zsh would complete a space / advance
the cursor by a space when completing.
pull/231/head
Daniel Hahler hace 12 años
padre
commit
bc6be9ed9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      completions/pyenv.zsh

+ 1
- 1
completions/pyenv.zsh Ver fichero

@ -14,5 +14,5 @@ _pyenv() {
completions="$(pyenv completions ${words[2,-2]})"
fi
reply=("${(ps:\n:)completions}")
reply=(${(ps:\n:)completions})
}

Cargando…
Cancelar
Guardar