mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 22:03:51 -05:00
Add function alias
This might become the official version.
This commit is contained in:
@@ -447,6 +447,10 @@ function! fugitive#Path(url) abort
|
||||
return ''
|
||||
endfunction
|
||||
|
||||
function! fugitive#Real(url) abort
|
||||
return fugitive#Path(a:url)
|
||||
endfunction
|
||||
|
||||
let s:buffer_prototype = {}
|
||||
|
||||
function! s:buffer(...) abort
|
||||
|
||||
Reference in New Issue
Block a user