Add missing ! to function definition

This commit is contained in:
Tim Pope
2022-05-22 22:24:13 -04:00
parent 9f30e4d904
commit 22a843f8e6

View File

@@ -5306,7 +5306,7 @@ function! s:CompleteBisect(A, L, P, ...) abort
return fugitive#CompleteObject(a:A, dir)
endfunction
function fugitive#BisectComplete(A, L, P, ...) abort
function! fugitive#BisectComplete(A, L, P, ...) abort
return s:CompleteSub('bisect', a:A, a:L, a:P, function('s:CompleteBisect'), a:000)
endfunction