mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
Add missing ! to function definition
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user