mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01: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
|
|
@ -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…
Add table
Add a link
Reference in a new issue