1
0
Fork 0
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:
Daniel Shahaf 2017-07-31 00:52:31 +00:00
parent 43e55a9bcd
commit 562482a495
2 changed files with 6 additions and 1 deletions

View file

@ -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