Add :G as alias for :Gstatus

This commit is contained in:
Tim Pope
2019-01-01 13:51:41 -05:00
parent 40e8d0b9f0
commit 4c7998f58c
2 changed files with 4 additions and 4 deletions

View File

@@ -1845,6 +1845,7 @@ call s:command("-bar -bang -nargs=? -complete=customlist,s:DirComplete Glcd :exe
" Section: :Gstatus
call s:command("-bar -bang -range=-1 Gstatus :execute s:Status(<bang>0, <count>, '<mods>')")
call s:command("-bar -bang -range=-1 G :execute s:Status(<bang>0, <count>, '<mods>')")
augroup fugitive_status
autocmd!
if !has('win32')