diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2ca32cec1..b6c0b5834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: vcs_info hg: Support inactive bookmarks + * Completion/Zsh/Command/_zstyle: _zstyle vcs_info: Unbreak + branchformat completion + 2015-01-23 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 34335: _yum: fix bugs in _yum_all_pkgs diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index eb27117b2..c8e1c2be8 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -549,7 +549,7 @@ while (( $#state )); do compset -P '*%' _values -s '' 'format replacement' \ 'b[the current branch]' \ - 'r[current revision number]' \ + 'r[current revision number]' else _message -e formats 'vcs format' fi |