From 708595d996c415c203286f0429ea584c803d668c Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 20 Jan 2020 15:42:34 -0500 Subject: [PATCH] Fix comment typo --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 78c19b4..b15edcd 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -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:'