mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #6387 from VilledeMontreal/feat-v3/compFuncName
v3: Fix debug printouts for zsh completion
This commit is contained in:
commit
a86eecede4
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ __helm_convert_bash_to_zsh() {
|
|||
-e "s/${LWORD}declare${RWORD}/__helm_declare/g" \
|
||||
-e "s/\\\$(type${RWORD}/\$(__helm_type/g" \
|
||||
-e 's/aliashash\["\(.\{1,\}\)"\]/aliashash[\1]/g' \
|
||||
-e 's/FUNCNAME/funcstack/g' \
|
||||
<<'BASH_COMPLETION_EOF'
|
||||
`
|
||||
out.Write([]byte(zshInitialization))
|
||||
|
|
|
|||
Loading…
Reference in a new issue