Accept buffer number to FugitiveRoute()

This commit is contained in:
Tim Pope
2018-08-20 19:12:17 -04:00
parent 44e5df8433
commit 4d3835f637
2 changed files with 5 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ function! FugitiveReal(...) abort
endfunction
function! FugitiveRoute(...) abort
return fugitive#Route(a:0 ? a:1 : ':/', FugitiveGitDir(a:0 > 1 ? a:2 : -1))
return fugitive#Route(a:0 ? a:1 : bufnr(''), FugitiveGitDir(a:0 > 1 ? a:2 : -1))
endfunction
function! FugitivePath(...) abort