From 66e0fe5d3ed64bec84e2e46c2817e962a6f785a0 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 29 Aug 2018 20:17:54 -0400 Subject: [PATCH] Fix - in :Gstatus on line 1 as Vinegar like navigation --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 75af128..f73af77 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -1828,7 +1828,7 @@ endfunction function! s:StageToggle(lnum1,lnum2) abort if a:lnum1 == 1 && a:lnum2 == 1 - return 'Gedit /.git|call search("^index$", "wc")' + return 'Gedit .git/|call search("^index$", "wc")' endif try let output = ''