Fix FugitiveParse() return value documentation

This commit is contained in:
Tim Pope
2020-01-20 06:28:53 -05:00
parent 397fb99921
commit 1a6934fc7e

View File

@@ -66,7 +66,7 @@ function! FugitivePath(...) abort
endfunction
" FugitiveParse() takes a fugitive:// URL and returns a 2 element list
" containing the Git dir and an object name ("commit:file"). It's effectively
" containing an object name ("commit:file") and the Git dir. It's effectively
" then inverse of FugitiveFind().
function! FugitiveParse(...) abort
let path = s:Slash(a:0 ? a:1 : @%)