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

master
Marc Cornellà 5 years ago
parent ef3a85cd42
commit 75ed59b7c0
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      plugins/svn-fast-info/svn-fast-info.plugin.zsh

@ -20,7 +20,7 @@ function svn_prompt_info() {
"$ZSH_PROMPT_BASE_COLOR" \
\
"$ZSH_THEME_BRANCH_NAME_COLOR" \
"$(svn_current_branch_name $info)" \
"${$(svn_current_branch_name $info):gs/%/%%}" \
"$ZSH_PROMPT_BASE_COLOR" \
\
"$(svn_current_revision $info)" \

Loading…
Cancel
Save