1. 11 6月, 2015 2 次提交
  2. 04 6月, 2015 1 次提交
  3. 01 6月, 2015 1 次提交
  4. 13 5月, 2015 1 次提交
  5. 08 5月, 2015 1 次提交
  6. 30 4月, 2015 1 次提交
  7. 26 4月, 2015 1 次提交
  8. 23 4月, 2015 1 次提交
  9. 19 4月, 2015 1 次提交
  10. 17 3月, 2015 1 次提交
  11. 16 3月, 2015 1 次提交
  12. 12 3月, 2015 1 次提交
  13. 24 2月, 2015 4 次提交
  14. 23 2月, 2015 5 次提交
  15. 22 2月, 2015 1 次提交
  16. 21 2月, 2015 1 次提交
    • M
      plugins: mercurial: Update the order prompt vars are displayed · 0a99ca0d
      Murilo Opsfelder Araujo 提交于
      If a user sets ZSH_THEME_HG_PROMPT_* as the following, he ends up with
      %{$reset_color%} resetting the bold style of last character ")" because
      _SUFFIX was expanded before calling hg_dirty():
      
          ZSH_THEME_HG_PROMPT_PREFIX="%{$fg_bold[blue]%}hg:(%{$fg[white]%}"
          ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}"
          ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
          ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[blue]%})"
      
      With this patch, the variable ZSH_THEME_HG_PROMPT_SUFFIX is lastly
      displayed, following the same order as in git_prompt_info(),
      i.e. <prefix><dirty><suffix>.
      0a99ca0d
  17. 20 2月, 2015 3 次提交
  18. 19 2月, 2015 4 次提交
  19. 17 2月, 2015 6 次提交
  20. 16 2月, 2015 3 次提交