Ver a proveniência

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 há 12 anos
ascendente
cometimento
bc6be9ed9f
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      completions/pyenv.zsh

+ 1
- 1
completions/pyenv.zsh Ver ficheiro

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

Carregando…
Cancelar
Guardar