diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 2a17410..a3fd5ac 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -405,7 +405,7 @@ call s:add_methods('buffer',['getvar','getline','repo','type','name','commit','p " }}}1 " Git {{{1 -call s:command("-bar -bang -nargs=? -complete=customlist,s:GitComplete Git :call s:Git(0,)") +call s:command("-bar -bang -nargs=? -complete=customlist,s:GitComplete Git :call s:Git(0,)") function! s:ExecuteInTree(cmd) abort let cd = exists('*haslocaldir') && haslocaldir() ? 'lcd ' : 'cd '