mirror of
https://github.com/helm/helm.git
synced 2026-08-08 09:01:25 +00:00
Merge pull request #6387 from VilledeMontreal/feat-v3/compFuncName
v3: Fix debug printouts for zsh completion
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user