Unverified Commit 0b3a09b2 authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #5425 from VilledeMontreal/fix/zshCompletionDebug

Fix debug printouts for zsh completion
parents 367b6fc1 9cc69028
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment