From 562482a49505774f3b24e05297bcc42b68624dfb Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 31 Jul 2017 00:52:31 +0000 Subject: unposted: _git: Fix style lookup for 'max-verbose'. --- ChangeLog | 5 +++++ Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 24855de34..a5480b15b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-07-31 Daniel Shahaf + + * unposted: Completion/Unix/Command/_git: Fix style lookup for + 'max-verbose'. + 2017-07-29 Peter Stephenson * unposted: Etc/FAQ.yo, NEWS, README: update in preparation for diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index aacd3bfd7..ce8a4049d 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5515,7 +5515,7 @@ __git_describe_branch () { shift 3 integer maxverbose - if zstyle -s :completion:$curcontext max-verbose maxverbose && + if zstyle -s :completion:$curcontext: max-verbose maxverbose && (( ${compstate[nmatches]} <= maxverbose )); then local __c local -a __commits -- cgit 1.4.1