mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
Fix comment typo
This commit is contained in:
@@ -67,7 +67,7 @@ endfunction
|
|||||||
|
|
||||||
" FugitiveParse() takes a fugitive:// URL and returns a 2 element list
|
" FugitiveParse() takes a fugitive:// URL and returns a 2 element list
|
||||||
" containing an object name ("commit:file") and the Git dir. It's effectively
|
" containing an object name ("commit:file") and the Git dir. It's effectively
|
||||||
" then inverse of FugitiveFind().
|
" the inverse of FugitiveFind().
|
||||||
function! FugitiveParse(...) abort
|
function! FugitiveParse(...) abort
|
||||||
let path = s:Slash(a:0 ? a:1 : @%)
|
let path = s:Slash(a:0 ? a:1 : @%)
|
||||||
if path !~# '^fugitive:'
|
if path !~# '^fugitive:'
|
||||||
|
|||||||
Reference in New Issue
Block a user