From 0374322ba5d85ae44dd9dc44ef31ca015a59097e Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 2 Sep 2014 12:05:34 -0400 Subject: [PATCH] Fix :Glog Closes #545. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index b5a204b..8fabd1c 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1195,7 +1195,7 @@ endif call s:command("-bang -nargs=? -complete=customlist,s:EditComplete Ggrep :execute s:Grep('grep',0,)") call s:command("-bang -nargs=? -complete=customlist,s:EditComplete Glgrep :execute s:Grep('lgrep',0,)") call s:command("-bar -bang -nargs=* -range=0 -complete=customlist,s:EditComplete Glog :call s:Log('grep',,,)") -call s:command("-bar -bang -nargs=* -complete=customlist,s:EditComplete Gllog :call s:Log('lgrep',,,)") +call s:command("-bar -bang -nargs=* -range=0 -complete=customlist,s:EditComplete Gllog :call s:Log('lgrep',,,)") function! s:Grep(cmd,bang,arg) abort let grepprg = &grepprg