Fix comment typo

This commit is contained in:
Tim Pope
2020-01-20 15:42:34 -05:00
parent dc6719e7b0
commit 708595d996

View File

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