mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 08:30:54 +02:00
unposted: _git: Fix style lookup for 'max-verbose'.
This commit is contained in:
parent
43e55a9bcd
commit
562482a495
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-07-31 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Completion/Unix/Command/_git: Fix style lookup for
|
||||
'max-verbose'.
|
||||
|
||||
2017-07-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Etc/FAQ.yo, NEWS, README: update in preparation for
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue