From 54bfcf5af18fbb841118e51b6c5325872770b52b Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 24 Jan 2015 08:05:02 +0000 Subject: _zstyle vcs_info: Unbreak branchformat completion The failure mode was: % zstyle ':vcs_info:*' branchformat "foobar% _values:compvalues:10: no multi-letter values with empty separator allowed --- Completion/Zsh/Command/_zstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 -- cgit 1.4.1