mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -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)
|
return fugitive#CompleteObject(a:A, dir)
|
||||||
endfunction
|
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)
|
return s:CompleteSub('bisect', a:A, a:L, a:P, function('s:CompleteBisect'), a:000)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user