diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 3d25d52..ba0e482 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -1339,8 +1339,8 @@ function! s:DirComplete(A, L, P) abort return matches endfunction -call s:command("-bar -bang -nargs=? -complete=customlist,s:DirComplete Gcd :exe 'cd' s:fnameescape((empty(s:Tree() ? b:git_dir : s:Tree()) . '/' . ") -call s:command("-bar -bang -nargs=? -complete=customlist,s:DirComplete Glcd :exe 'lcd' s:fnameescape((empty(s:Tree() ? b:git_dir : s:Tree()) . '/' . ") +call s:command("-bar -bang -nargs=? -complete=customlist,s:DirComplete Gcd :exe 'cd' s:fnameescape((empty(s:Tree()) ? b:git_dir : s:Tree()) . '/' . )") +call s:command("-bar -bang -nargs=? -complete=customlist,s:DirComplete Glcd :exe 'lcd' s:fnameescape((empty(s:Tree()) ? b:git_dir : s:Tree()) . '/' . )") " Section: Gstatus