commit 1a6934fc7e71bf0b6f4ec08461691bb2685641f7 (tree)
parent 397fb99921917af845b1b77eed6035831d6c4630
Author: Tim Pope <code@tpope.net>
Date: Mon, 20 Jan 2020 06:28:53 -0500
Fix FugitiveParse() return value documentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -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 : @%)