fix(svn-fast-info): quote % characters in svn branch name

parent ef3a85cd
...@@ -20,7 +20,7 @@ function svn_prompt_info() { ...@@ -20,7 +20,7 @@ function svn_prompt_info() {
"$ZSH_PROMPT_BASE_COLOR" \ "$ZSH_PROMPT_BASE_COLOR" \
\ \
"$ZSH_THEME_BRANCH_NAME_COLOR" \ "$ZSH_THEME_BRANCH_NAME_COLOR" \
"$(svn_current_branch_name $info)" \ "${$(svn_current_branch_name $info):gs/%/%%}" \
"$ZSH_PROMPT_BASE_COLOR" \ "$ZSH_PROMPT_BASE_COLOR" \
\ \
"$(svn_current_revision $info)" \ "$(svn_current_revision $info)" \
......
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